2024-01-26 23:45:02 +01:00

5 lines
61 B
Plaintext

const main = fn() s32 {
var a : s32 = 0;
return a;
}