rust/src/test/run-pass/item-attributes.rs

8 lines
60 B
Rust
Raw Normal View History

// xfail-stage0
#[attr = "val"]
mod mod1 {
}
fn main() {
}