summaryrefslogtreecommitdiff
path: root/test cases/frameworks/5 protocol buffers/withpath/com/mesonbuild/simple.proto
blob: 336779f3d4ae443245a23d62cc84dd3358226409 (plain)
1
2
3
4
5
6
7
syntax = "proto3";

package subdirectorial;

message SimpleMessage {
  int32 the_integer = 1;
}