// ERROR:5:try requires an error result unit bad_try; fn main() -> i32 { try @print("nope"); return 0; }