blob: 0a906090067ea8d54957203571248c37b1f25ab5 [file] [log] [blame]
Douglas Gregorb203c9e2010-02-11 18:18:11 +00001struct S0 {
2 int field1;
3 float field2;
4};
5
6struct S0 x0;
7
8struct S1 {
9 int field1;
10 float field2;
11};
12
13struct S1 x1;