2023-12-17 19:42:18 +01:00

5 lines
61 B
Plaintext

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