Files
QTradeProgram/protobuf/php/tests/proto/test_prefix.proto

13 lines
164 B
Protocol Buffer
Raw Permalink Normal View History

2025-08-15 15:56:40 +08:00
syntax = "proto3";
option php_class_prefix = "Prefix";
message TestPrefix {
int32 a = 1;
}
// Test prefix for reserved words.
message Empty {
int32 a = 1;
}