1 2 3 4 5 6 7 8 9
syntax = "proto3"; package regression_414; message Test { bytes body = 1; bytes auth = 2; repeated bytes signatures = 3; }