llvm-project/llvm/test/CodeGen/ARM/ret0.ll

5 lines
80 B
LLVM

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