summaryrefslogtreecommitdiff
path: root/tests/json/enum_from_separate_file.proto
diff options
context:
space:
mode:
Diffstat (limited to 'tests/json/enum_from_separate_file.proto')
-rw-r--r--tests/json/enum_from_separate_file.proto9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/json/enum_from_separate_file.proto b/tests/json/enum_from_separate_file.proto
new file mode 100644
index 0000000..ceb9b42
--- /dev/null
+++ b/tests/json/enum_from_separate_file.proto
@@ -0,0 +1,9 @@
+syntax = "proto2";
+
+import "tests/json/test.proto";
+
+package upb.test.json;
+
+message ImportEnum {
+ optional MyEnum e = 1;
+}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback