blob: 35c57e3cb8d034386f8c02de913efd6b479bcce0 [file] [log] [blame]
syntax = "proto3";
package protos_generator.test;
message HasChildCount {
optional HasChildCount has_child_count = 1;
optional int32 child_count = 2;
}