Files
doslang-mirror/fec/tests/format/badftry.fe
T

8 lines
75 B
Plaintext

unit badftry;
fn main() -> i32 {
try @print("nope");
return 0;
}