blob: 57392a288099f636788d68a8d026a291dd4c1ede [file] [log] [blame]
struct one {
int field1;
char field2;
CDAnonymousStruct1 field3;
};
typedef struct {
float x;
float y;
} CDAnonymousStruct1;
struct one var;
struct one var;
CDAnonymousStruct1 var;