// error-pattern:test fn f() { panic!("test"); } fn main() { f(); }