blob: b2d4b9e6ffa6307681a2214f05cb89d47c3da16c [file] [log] [blame]
//@ check-pass
//@ proc-macro: test-macros.rs
#[macro_use]
extern crate test_macros;
#[identity_attr]
struct Foo;
fn main() {
let _ = Foo;
}