summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/shmem.ipdl
blob: b2dda1adf7713f9063633538f625e393e57087c4 (plain)
1
2
3
4
5
6
7
8
//error: redeclaration of symbol `Shmem', first declared at
//error: redeclaration of symbol `mozilla::ipc::Shmem', first declared at

using class mozilla::ipc::Shmem from "mozilla/ipc/Shmem.h";      // redeclaration

protocol shmem {
child: async Msg(Shmem s);
};