llvm-project/llvm/test/Regression/CodeGen/SparcV9/2004-08-22-CallNull.llx

11 lines
148 B
Plaintext

; RUN: llvm-as < %s | llc -march=sparcv9
; PR428
implementation ; Functions:
void %main() {
entry:
call void null( )
ret void
}