allwinner_a64/android/external/llvm/test/CodeGen/ARM/ret_void.ll
2018-08-08 16:14:42 +08:00

6 lines
88 B
LLVM

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