summary refs log tree commit diff
path: root/src/test/run-fail/fail-main.rs
blob: 5e105031b58825ac85965408ce07b33f1f3a905f (plain)
1
2
3
// error-pattern:moop
extern mod std;
fn main() { fail ~"moop"; }