diff options
Diffstat (limited to 'test/Assembler/2002-04-05-TypeParsing.ll')
-rw-r--r-- | test/Assembler/2002-04-05-TypeParsing.ll | 3 |
1 files changed, 3 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 0000000000000..82db75f1ce978 --- /dev/null +++ b/test/Assembler/2002-04-05-TypeParsing.ll @@ -0,0 +1,3 @@ +; RUN: llvm-as %s -o /dev/null -f + + %Hosp = type { { \2*, { \2, %Hosp }* }, { \2*, { \2, %Hosp }* } } |