1 2 3 4 5 6 7 8 9 10 11 12
syntax = "proto3"; package main; message Dep { int32 i = 1; } enum Dep2 { DEP_UNSPECIFIED = 0; DEP_ONE = 1; }