summaryrefslogtreecommitdiffstats
path: root/src/jaegertracing/thrift/compiler/cpp/test/keyword-samples/service3_return.thrift
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/jaegertracing/thrift/compiler/cpp/test/keyword-samples/service3_return.thrift3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/jaegertracing/thrift/compiler/cpp/test/keyword-samples/service3_return.thrift b/src/jaegertracing/thrift/compiler/cpp/test/keyword-samples/service3_return.thrift
new file mode 100644
index 000000000..c6dd946fd
--- /dev/null
+++ b/src/jaegertracing/thrift/compiler/cpp/test/keyword-samples/service3_return.thrift
@@ -0,0 +1,3 @@
+service service_name {
+ void return()
+}