mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-14 17:34:41 +00:00
7 lines
74 B
LLVM
7 lines
74 B
LLVM
|
; RUN: %lli -use-mcjit %s > /dev/null
|
||
|
|
||
|
define i32 @main() {
|
||
|
ret i32 0
|
||
|
}
|
||
|
|