8 lines
73 B
Protocol Buffer
Raw Permalink Normal View History

2018-02-02 05:49:39 -05:00
syntax = "proto3";
package bar;
message TestInclude {
int32 a = 1;
}