1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2024-12-14 11:32:34 +00:00
llvm-6502/test/ExecutionEngine/simplesttest.ll
2003-07-27 00:28:10 +00:00

8 lines
52 B
LLVM

implementation
int %main() {
ret int 0
}