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