4 lines
70 B
Plaintext
4 lines
70 B
Plaintext
fn [cc(.c)] main [export] (argc: s32) s32 {
|
|
return argc - argc;
|
|
}
|