kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/cxx/extractor/textproto/testdata/example.proto (about)

     1  syntax = "proto3";
     2  
     3  package textproto_test;
     4  
     5  message MyMessage {
     6      string str_field = 2;
     7  }