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

5 lines
65 B
LLVM

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