Add new testcase for forward reference of struct type

llvm-svn: 5687
This commit is contained in:
Chris Lattner 2003-03-03 20:28:42 +00:00
parent db94bd1661
commit 21ebd818d9

View File

@ -0,0 +1,10 @@
struct foo A;
struct foo {
int x;
double D;
};