mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-23 02:32:11 +00:00
7 lines
83 B
LLVM
7 lines
83 B
LLVM
|
; RUN: %lli -jit-kind=orc-mcjit %s > /dev/null
|
||
|
|
||
|
define i32 @main() {
|
||
|
ret i32 0
|
||
|
}
|
||
|
|