2026-03-04 12:59:40 +01:00

5 lines
59 B
Protocol Buffer

import "./b.proto";
message A {
optional string a = 1;
}