rust/src/test/run-fail/explicit-fail.rs

5 lines
48 B
Rust
Raw Normal View History

2010-06-23 23:03:09 -05:00
// error-pattern:explicit
fn main() { fail; }