3 lines
91 B
Thrift
3 lines
91 B
Thrift
struct StructA { 1: i16 x; }
|
|
struct StructB { 1: i32 x; }
|
|
struct StructC { 1: StructA x; }
|