summaryrefslogtreecommitdiffstats
path: root/tests/inputs/nested2/package.proto
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/inputs/nested2/package.proto7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/inputs/nested2/package.proto b/tests/inputs/nested2/package.proto
new file mode 100644
index 0000000..e12abb1
--- /dev/null
+++ b/tests/inputs/nested2/package.proto
@@ -0,0 +1,7 @@
+syntax = "proto3";
+
+package nested2.equipment;
+
+message Weapon {
+
+} \ No newline at end of file