blob: 7f4326ccf51064d7d587f422b3b872c8e07ca6de (
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);
};
|