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

8 lines
71 B
Rust
Raw Normal View History

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