1 files changed, 0 insertions(+), 12 deletions(-)
D hello.ipc
D hello.ipc => hello.ipc +0 -12
@@ 1,12 0,0 @@
-namespace hello;
-
-error nonzero;
-error invalid;
-
-interface hello {
- call say_hello() void;
-
- call add(a: uint, b: uint) uint;
-
- call mustbezero(z: uint) void | nonzero, invalid;
-};