mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-06 04:09:04 +00:00
New testcase
llvm-svn: 2735
This commit is contained in:
parent
9dde5c9df7
commit
00c79bc218
9
test/Regression/CFrontend/2002-05-23-TypeNameCollision.c
Normal file
9
test/Regression/CFrontend/2002-05-23-TypeNameCollision.c
Normal file
@ -0,0 +1,9 @@
|
||||
/* Testcase for when struct tag conflicts with typedef name... grr */
|
||||
|
||||
typedef struct foo {
|
||||
struct foo *X;
|
||||
int Y;
|
||||
} * foo;
|
||||
|
||||
foo F;
|
||||
|
Loading…
x
Reference in New Issue
Block a user