Files
linux-packaging-mono/external/llvm-project/llvm/test/CodeGen/ARM/ret_void.ll

7 lines
88 B
LLVM
Raw Normal View History

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