mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
5 lines
52 B
LLVM
5 lines
52 B
LLVM
|
; test ret of an integer
|
||
|
int %main() {
|
||
|
ret int 0
|
||
|
}
|