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

6 lines
79 B
LLVM

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