aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2010-01-06-UnionType.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/2010-01-06-UnionType.ll')
-rw-r--r--test/Assembler/2010-01-06-UnionType.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Assembler/2010-01-06-UnionType.ll b/test/Assembler/2010-01-06-UnionType.ll
new file mode 100644
index 0000000..37130d6
--- /dev/null
+++ b/test/Assembler/2010-01-06-UnionType.ll
@@ -0,0 +1,3 @@
+; RUN: llvm-as %s -o /dev/null
+
+%X = type union { i32, i32* }