summaryrefslogtreecommitdiffstats
path: root/src/jaegertracing/thrift/compiler/cpp/test/compiler/Including.thrift
diff options
context:
space:
mode:
Diffstat (limited to 'src/jaegertracing/thrift/compiler/cpp/test/compiler/Including.thrift')
-rw-r--r--src/jaegertracing/thrift/compiler/cpp/test/compiler/Including.thrift7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/jaegertracing/thrift/compiler/cpp/test/compiler/Including.thrift b/src/jaegertracing/thrift/compiler/cpp/test/compiler/Including.thrift
new file mode 100644
index 000000000..677af7bb2
--- /dev/null
+++ b/src/jaegertracing/thrift/compiler/cpp/test/compiler/Including.thrift
@@ -0,0 +1,7 @@
+include "Included.thrift"
+
+const string s = "string"
+
+struct BStruct {
+ 1: Included.a_struct one_of_each
+}