rust/src/test/compile-fail/fail-simple.rs
2011-07-27 15:54:33 +02:00

7 lines
76 B
Rust

// -*- rust -*-
// error-pattern:unexpected token
fn main() {
fail @ ;
}