rust/src/test/run-pass/attr-before-view-item.rs

8 lines
78 B
Rust
Raw Normal View History

2011-07-27 07:48:34 -05:00
// error-pattern:expected item
#[foo = "bar"]
extern mod std;
2011-07-27 07:48:34 -05:00
fn main() {
}