blob: 3bd70f1090d03680027285b457e851fa4101bc0d [file] [log] [blame]
//@ check-pass
//@ aux-build:test-macros.rs
extern crate test_macros;
mod inner {
use test_macros::Empty;
#[derive(Empty)]
struct S;
}
fn main() {}