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

4 lines
59 B
Rust
Raw Normal View History

// error-pattern:moop
use std;
fn main() { fail ~"moop"; }