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