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

7 lines
76 B
Rust
Raw Normal View History

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