7 lines
77 B
Plaintext
7 lines
77 B
Plaintext
unit m4_bad_try;
|
|
|
|
fn main() -> i32 {
|
|
try @print("nope");
|
|
return 0;
|
|
}
|