1package proto.test;
2
3message ImportedMessage {
4    optional int32 a = 26;
5}
6