1
0
Fork 0
python-aristaproto/tests/inputs/ref/ref.proto

10 lines
120 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
package ref;
import "repeatedmessage.proto";
message Test {
repeatedmessage.Sub greeting = 1;
}