Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / CodeGen / SystemZ / 00-RetVoid.ll
1 ; RUN: llc < %s -march=systemz
2
3 define void @foo() {
4 entry:
5     ret void
6 }