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