summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/PDouble.ipdl
blob: e08ff1d063b790b991c577e4738f664707a8ad92 (plain)
1
2
3
4
5
6
7
8
9
10
11
//error: Trying to load `PDouble' from a file when we'd already seen it in file

// This will load extra/PDouble.ipdl because extra/ is earlier
// in the list of include directories than the current working
// directory. Loading the same protocol from two files is
// obviously bad.
include protocol PDouble;

protocol PDouble {
child: async Msg();
};