rust/src/test/run-fail/fail-main.rs
2012-09-05 12:32:05 -07:00

4 lines
59 B
Rust

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