7 lines
76 B
Plaintext
7 lines
76 B
Plaintext
unit m4_bad_verb;
|
|
|
|
fn main() -> i32 {
|
|
@print("{q}", 1);
|
|
return 0;
|
|
}
|