rebar/inttest/proto_protobuffs/src/test.proto
Tomas Abrahamsson 9f057f29c5 Add inttest for default proto compiler (protobuffs)
This borrows heavily from the inttest for gpb, many thanks
to Luis Rascão for providing a most useful example.
2014-10-29 23:46:01 +01:00

12 lines
162 B
Protocol Buffer

// -*- c-basic-offset: 4; indent-tabs-mode: nil -*-
// ex: ts=4 sw=4 et
message m1
{
optional string str = 1;
}
message m2
{
optional string str = 1;
}