#@ prototext: protoc
stringOp: "Hello, World!" #@ string = 29
bytesOp: "\000\001\002\003\004" #@ bytes = 32
stringRp: "First" #@ repeated string = 49
stringRp: "Second" #@ repeated string = 49
stringRp: "Third" #@ repeated string = 49
bytesRp: "alpha" #@ repeated bytes = 52
bytesRp: "beta" #@ repeated bytes = 52