mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 22:43:29 +00:00
Testcase that breaks recursive type processing
llvm-svn: 2117
This commit is contained in:
parent
59a45b0559
commit
ea1141374b
6
test/Regression/Assembler/2002-04-05-TypeParsing.ll
Normal file
6
test/Regression/Assembler/2002-04-05-TypeParsing.ll
Normal file
@ -0,0 +1,6 @@
|
||||
%Hosp = type {
|
||||
{ \2 *, { \2, \4 } * },
|
||||
{ \2 *, { \2, \4 } * }
|
||||
}
|
||||
|
||||
implementation
|
Loading…
Reference in New Issue
Block a user