summaryrefslogtreecommitdiffstats
path: root/tests/inputs/ref/ref.proto
diff options
context:
space:
mode:
Diffstat (limited to 'tests/inputs/ref/ref.proto')
-rw-r--r--tests/inputs/ref/ref.proto9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/inputs/ref/ref.proto b/tests/inputs/ref/ref.proto
new file mode 100644
index 0000000..6945590
--- /dev/null
+++ b/tests/inputs/ref/ref.proto
@@ -0,0 +1,9 @@
+syntax = "proto3";
+
+package ref;
+
+import "repeatedmessage.proto";
+
+message Test {
+ repeatedmessage.Sub greeting = 1;
+}