blob: 8ff62d5a43d108293327d964e90f8b95a6e9927a [file]
// error-pattern:test
fn main() {
let _i: int = fail!("test");
}