Chromium Code Reviews| Index: third_party/protobuf/php/tests/proto/test_include.proto |
| diff --git a/third_party/protobuf/php/tests/proto/test_include.proto b/third_party/protobuf/php/tests/proto/test_include.proto |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9844617fa858e12895e00acd70b2174f81db3314 |
| --- /dev/null |
| +++ b/third_party/protobuf/php/tests/proto/test_include.proto |
| @@ -0,0 +1,7 @@ |
| +syntax = "proto3"; |
| + |
| +package bar; |
| + |
| +message TestInclude { |
| + int32 a = 1; |
| +} |