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