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

8 lines
71 B
Plaintext

unit badfcls;
fn main() -> i32 {
@print("}", 1);
return 0;
}