1// Test if including generated header file for this file + implicit include of 2// callbacks.pb.h still compiles. Used with test_compiles.c. 3import "callbacks.proto"; 4 5message Callback2Message { 6 required TestMessage tstmsg = 1; 7 required SubMessage submsg = 2; 8} 9 10