Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
cc19bf1d7b5a32ed345e31c5634ac4d1e2b1d86e
/
.
/
lib
/
erl
/
test
/
Thrift1151.thrift
blob: 6f934a7b1e99222bec81f7e4821ed72491d6ef19 [
file
] [
log
] [
blame
]
struct
StructA
{
1
:
i16 x
;
}
struct
StructB
{
1
:
i32 x
;
}
struct
StructC
{
1
:
StructA
x
;
}