mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
9 lines
82 B
LLVM
9 lines
82 B
LLVM
|
void %foo() {
|
||
|
ret void
|
||
|
}
|
||
|
|
||
|
int %main() {
|
||
|
call void ()* %foo()
|
||
|
ret int 0
|
||
|
}
|