summaryrefslogtreecommitdiffstats
path: root/tests/inputs/bytes/bytes.proto
blob: 9895468574ffb568eefd935cd9e6cf94dc6868e4 (plain)
1
2
3
4
5
6
7
syntax = "proto3";

package bytes;

message Test {
    bytes data = 1;
}