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

7 lines
88 B
LLVM

; RUN: llc -mtriple=arm-eabi %s -o /dev/null
define void @test() {
ret void
}