summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/oldIncludeSyntax.ipdl
blob: d13659a8e7c521da57dff0599335181dc7cd0cef (plain)
1
2
3
4
5
6
7
//error: bad syntax near `"Foo.ipdl"'

include protocol "Foo.ipdl";

protocol oldIncludeSyntax {
child: async __delete__(X x);
};