aboutsummaryrefslogtreecommitdiff
path: root/php/tests/proto/test_empty_php_namespace.proto
blob: 1d02f760958d9dc879430e26dcc173ab1923b0ee (plain) (blame)
1
2
3
4
5
6
7
8
9
syntax = "proto3";

package foo;
option php_namespace = "";
option php_metadata_namespace = "";

message TestEmptyNamespace {
  int32 a = 1;
}