Files
Odin/examples/test.c
T
gingerBill 776dc0e8f1 Restart LLVM IR SSA generation
This is the third go and I'm going for it!
2016-07-30 00:17:13 +01:00

5 lines
42 B
C

int main() {
float a = 0.5;
return 0;
}