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