blob: 6f934a7b1e99222bec81f7e4821ed72491d6ef19 [file] [log] [blame]
Anthony F. Molinaroe49a44a2011-06-18 06:04:01 +00001struct StructA { 1: i16 x; }
2struct StructB { 1: i32 x; }
3struct StructC { 1: StructA x; }