summary refs log tree commit diff
path: root/src/test/compile-fail/attr-before-ext.rs
blob: 8409ab8ef528d26e63d9743c110d58b48d242e30 (plain)
1
2
3
4
fn main() {
    #[attr]
    #debug("hi"); //! ERROR expected item
}