aboutsummaryrefslogtreecommitdiff
path: root/tests/multiple_files/callbacks2.proto
blob: 9a55e15afb95a811b6d7df4aac905e40d289c8b8 (plain)
1
2
3
4
5
6
7
8
9
// Test if including generated header file for this file + implicit include of
// callbacks.pb.h still compiles. Used with test_compiles.c.
import "callbacks.proto";

message Callback2Message {
    required TestMessage tstmsg = 1;
    required SubMessage submsg = 2;
}