llvm-6502/test/Jello/test0.ll
2002-10-27 21:18:06 +00:00

6 lines
52 B
LLVM

; test ret
void %main() {
add int 1, 2
ret void
}