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

8 lines
74 B
Plaintext

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