summaryrefslogtreecommitdiff
path: root/tests/json/enum_from_separate_file.proto
blob: ceb9b42aa1c568dbd388f3887d3cc5fbfa527be4 (plain)
1
2
3
4
5
6
7
8
9
syntax = "proto2";

import "tests/json/test.proto";

package upb.test.json;

message ImportEnum {
  optional MyEnum e = 1;
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback