6 lines
100 B
Rust
6 lines
100 B
Rust
// A test that doesn't include any filecheck directives should fail.
|
|
|
|
//@ should-fail
|
|
|
|
fn main() {}
|