about summary refs log tree commit diff
path: root/custom_mutators/libprotobuf-mutator-example/test.proto
blob: e2256c6eca03070db5f15cff61af6a0b65724dac (plain) (blame)
1
2
3
4
5
6
7
syntax = "proto2";

message TEST {
  required uint32 a = 1;
  required string b = 2;
}