Add back missing test proto files.

This commit is contained in:
Bo Yang 2016-09-15 13:04:42 -07:00
parent 9c4be5f654
commit f174d36380

View File

@ -0,0 +1,7 @@
syntax = "proto3";
package bar;
message TestInclude {
int32 a = 1;
}