1syntax = "proto2"; 2 3package utf8; 4 5message NoFeaturesProto2 { 6 optional string my_field = 1; 7} 8