2024-05-31 23:43:49 -06:00

4 lines
70 B
Plaintext

fn [cc(.c)] main [export] (argc: s32) s32 {
return argc - argc;
}