blob: d895d26f26763385c630034d1fe31ecfba78bdb6 [file] [log] [blame]
// aux-build:test-macros.rs
#[macro_use]
extern crate test_macros;
#[derive_Empty] //~ ERROR attribute `derive_Empty` is currently unknown
struct A;
fn main() {}