Fixed the CBE on Solaris/Sparc. We need to define the return value of
[oota-llvm.git] / test / CFrontend / 2003-03-03-DeferredType.c
1
2
3
4 struct foo A;
5
6 struct foo {
7   int x;
8 double D;
9 };
10