commit | e89fa2d1865dbc514f45c1411877435e3a8d6292 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Wed Aug 14 20:24:23 2019 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Wed Aug 14 20:24:23 2019 -0700 |
tree | 181379261623474c9a52e40d07f51010e79fbf14 |
Squashed 'third_party/flatbuffers/' content from commit acc9990ab Change-Id: I48550d40d78fea996ebe74e9723a5d1f910de491 git-subtree-dir: third_party/flatbuffers git-subtree-split: acc9990abd2206491480291b0f85f925110102ea
diff --git a/tests/prototest/imported.proto b/tests/prototest/imported.proto new file mode 100644 index 0000000..5b43e4b --- /dev/null +++ b/tests/prototest/imported.proto
@@ -0,0 +1,5 @@ +package proto.test; + +message ImportedMessage { + optional int32 a = 26; +}