rust/src/test/compile-fail/fail-simple.rs

7 lines
76 B
Rust
Raw Normal View History

2011-07-27 07:48:34 -05:00
// -*- rust -*-
// error-pattern:unexpected token
fn main() {
fail @ ;
}