fbd97be5b0d1724261216b4c0759a1238fbddfce
[apps/low-level-can-service.git] / libs / nanopb / tests / regression / issue_172 / test.proto
1 syntax = "proto2";
2 import "submessage.proto";
3
4 message testmessage {
5  optional submessage sub = 1;
6 }