DEBSOURCES
Skip Quicknav
sources / python-aristaproto / 1.2%2Breally0.1.4-3 / tests / inputs / ref / ref.proto
123456789
syntax = "proto3"; package ref; import "repeatedmessage.proto"; message Test { repeatedmessage.Sub greeting = 1; }