blob: aa3e4eac5708d44ae3331669ed8dcefa0142d3d2 [file] [log] [blame]
Danny Browning236032a2019-09-06 10:27:33 -06001// THRIFT-4953
2struct NoFieldIdentifiersTest {
3 string field_without_id1,
4 string field_without_id2,
5 1: string field_with_id
6}