Files
llvm-6502/test/Assembler/2002-04-05-TypeParsing.ll
Chris Lattner 8db92d0f7b Testcase that breaks recursive type processing
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2117 91177308-0d34-0410-b5e6-96231b3b80d8
2002-04-05 19:39:55 +00:00

7 lines
131 B
LLVM

%Hosp = type {
{ \2 *, { \2, \4 } * },
{ \2 *, { \2, \4 } * }
}
implementation