summaryrefslogtreecommitdiff
path: root/compiler/cpp/test/compiler/Including.thrift
blob: 677af7bb23cb09e5a94021b28d0ef0400c798983 (plain)
1
2
3
4
5
6
7
include "Included.thrift"

const string s = "string"

struct BStruct {
  1: Included.a_struct one_of_each
}