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

5 lines
65 B
LLVM

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