aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Assembler/2002-04-05-TypeParsing.ll6
1 files changed, 6 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..cca859f
--- /dev/null
+++ b/test/Assembler/2002-04-05-TypeParsing.ll
@@ -0,0 +1,6 @@
+ %Hosp = type {
+ { \2 *, { \2, \4 } * },
+ { \2 *, { \2, \4 } * }
+ }
+
+implementation