Exclude app from tests.
[class-dump.git] / UnitTests.old / shud08-out.txt
blob57392a288099f636788d68a8d026a291dd4c1ede
1 struct one {
2     int field1;
3     char field2;
4     CDAnonymousStruct1 field3;
5 };
7 typedef struct {
8     float x;
9     float y;
10 } CDAnonymousStruct1;
12     struct one var;
13     struct one var;
14     CDAnonymousStruct1 var;