add test for 149981

This commit is contained in:
Jana Dönszelmann 2025-12-19 14:59:22 +01:00
parent 3fda0e426c
commit 3c8265a29f
No known key found for this signature in database

View file

@ -0,0 +1,6 @@
//@ compile-flags: --crate-type rlib
#![feature(extern_item_impls)]
macro_rules! foo_impl {}
#[eii]
fn foo_impl() {}