summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/shmem.ipdl
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipdl/test/ipdl/error/shmem.ipdl')
-rw-r--r--ipc/ipdl/test/ipdl/error/shmem.ipdl5
1 files changed, 5 insertions, 0 deletions
diff --git a/ipc/ipdl/test/ipdl/error/shmem.ipdl b/ipc/ipdl/test/ipdl/error/shmem.ipdl
new file mode 100644
index 000000000..f9046fb4c
--- /dev/null
+++ b/ipc/ipdl/test/ipdl/error/shmem.ipdl
@@ -0,0 +1,5 @@
+using class mozilla::ipc::Shmem from "mozilla/ipc/Shmem.h"; // redeclaration
+
+protocol shmem {
+child: Msg(Shmem s);
+};