mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-19 02:03:11 +00:00
Add new testcase for forward reference of struct type
llvm-svn: 5687
This commit is contained in:
parent
db94bd1661
commit
21ebd818d9
10
test/Regression/CFrontend/2003-03-03-DeferredType.c
Normal file
10
test/Regression/CFrontend/2003-03-03-DeferredType.c
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
|
||||
|
||||
struct foo A;
|
||||
|
||||
struct foo {
|
||||
int x;
|
||||
double D;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user