1// THRIFT-4953
2struct NoFieldIdentifiersTest {
3  string field_without_id1,
4  string field_without_id2,
5  1: string field_with_id
6}