llvm-6502/test/ExecutionEngine/simplesttest.ll

11 lines
129 B
LLVM
Raw Normal View History

; RUN: llvm-upgrade < %s | llvm-as -f -o %t.bc
; RUN: lli %t.bc > /dev/null
implementation
int %main() {
ret int 0
}