aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2002-04-05-TypeParsing.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/2002-04-05-TypeParsing.ll')
-rw-r--r--test/Assembler/2002-04-05-TypeParsing.ll8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/Assembler/2002-04-05-TypeParsing.ll b/test/Assembler/2002-04-05-TypeParsing.ll
new file mode 100644
index 0000000..3418de9
--- /dev/null
+++ b/test/Assembler/2002-04-05-TypeParsing.ll
@@ -0,0 +1,8 @@
+; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f
+
+ %Hosp = type {
+ { \2 *, { \2, \4 } * },
+ { \2 *, { \2, \4 } * }
+ }
+
+implementation