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

7 lines
80 B
LLVM

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