rebar/inttest/proto_protobuffs/src/test.proto

13 lines
162 B
Protocol Buffer
Raw Normal View History

// -*- 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;
}