rust/src/test/run-fail/unique-fail.rs
2011-09-24 23:52:22 -07:00

3 lines
44 B
Rust

// error-pattern: fail
fn main() { ~fail; }