summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/PBadUniquePtrBase.ipdl
blob: 8058fb533478dab3545cc95e25989fa8fb878e72 (plain)
1
2
3
4
5
6
7
8
//error: argument typename `UndeclaredType' of message `Test' has not been declared

[ChildProc=any]
protocol PBadUniquePtrBase {
child:
  async Test(UniquePtr<UndeclaredType> x);
  async __delete__();
};