blob: 0a906090067ea8d54957203571248c37b1f25ab5 [file] [log] [blame]
struct S0 {
int field1;
float field2;
};
struct S0 x0;
struct S1 {
int field1;
float field2;
};
struct S1 x1;