mirror of
https://github.com/correl/rebar.git
synced 2024-11-27 11:09:55 +00:00
9f057f29c5
This borrows heavily from the inttest for gpb, many thanks to Luis Rascão for providing a most useful example.
12 lines
162 B
Protocol Buffer
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;
|
|
}
|