add newlines at the end of files.
[oota-llvm.git] / test / Assembler / 2010-01-06-UnionType.ll
1 ; RUN: llvm-as %s -o /dev/null
2
3 %X = type union { i32, i32* }