]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/thrift/compiler/cpp/test/compiler/Including.thrift
buildsys: switch source download to quincy
[ceph.git] / ceph / src / jaegertracing / thrift / compiler / cpp / test / compiler / Including.thrift
CommitLineData
f67539c2
TL
1include "Included.thrift"
2
3const string s = "string"
4
5struct BStruct {
6 1: Included.a_struct one_of_each
7}