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

     1  syntax = "proto2";
     2  
     3  package other;
     4  
     5  message OtherMessage {
     6    optional string field1 = 1;
     7  }