nativity/test/first/main.nat
David Gonzalez Martin 77e54285f5 instruction selection
2023-11-06 13:30:35 -06:00

4 lines
40 B
Plaintext

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