aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/SystemZ/00-RetVoid.ll
blob: 3b0bb5a02df50c39940aec67b69e04a7e26d21a2 (plain)
1
2
3
4
5
6
; RUN: llvm-as < %s | llc -march=systemz

define void @foo() {
entry:
    ret void
}