7 lines
87 B
Rust
7 lines
87 B
Rust
// -*- rust -*-
|
|
|
|
// error-pattern: after expression but found
|
|
fn main() {
|
|
fail @ ;
|
|
}
|