llvm-project/llvm/test/CodeGen/SystemZ/00-RetVoid.ll

6 lines
84 B
LLVM

; RUN: llvm-as < %s | llc -march=systemz
define void @foo() {
entry:
ret void
}