1syntax = "proto3";
2
3message TestMessageWithoutOptions {
4  int32 number = 1;
5}
6