blob: cec0742d5035b49f4d193435253c449a07bf2548 [file] [log] [blame]
// error-pattern:test
fn f() {
panic!("test");
}
fn main() {
f();
}