blob: 4a2dcaeba919f8016a5c77dd0a167d39a4c5d257 [file]
struct RequiredField {
1: required string name
}
struct OtherThing {
1: required i16 value
}