llvm-6502/test/CodeGen/ARM/ret0.ll
2006-05-25 10:49:19 +00:00

5 lines
65 B
LLVM

; RUN: llvm-as < %s | llc -march=arm
int %test() {
ret int 0
}