add test for 149980

This commit is contained in:
Jana Dönszelmann
2025-12-19 12:34:59 +01:00
parent 6608f6ace7
commit 897e88c63d
+6
View File
@@ -0,0 +1,6 @@
#![feature(extern_item_impls)]
fn main() {
#[eii]
impl Bar {}
}