summaryrefslogtreecommitdiff
path: root/vendor/github.com/gogo/protobuf/test/issue270/b
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/gogo/protobuf/test/issue270/b')
-rw-r--r--vendor/github.com/gogo/protobuf/test/issue270/b/b.proto6
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/github.com/gogo/protobuf/test/issue270/b/b.proto b/vendor/github.com/gogo/protobuf/test/issue270/b/b.proto
new file mode 100644
index 000000000..cb71c2480
--- /dev/null
+++ b/vendor/github.com/gogo/protobuf/test/issue270/b/b.proto
@@ -0,0 +1,6 @@
+syntax = "proto2";
+
+package issue270.b;
+
+message B {
+}