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

7 lines
87 B
Rust

// -*- rust -*-
// error-pattern: after expression but found
fn main() {
fail @ ;
}