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 50cbb9081a
commit 126d70d0e5
1 changed files with 10 additions and 0 deletions

View File

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