~sircmpwn/ipcgen

ceb25ea7d89003c7cc5a350321e9b27c3826a588 — Drew DeVault 3 months ago 29f708b
drop hello.ipc
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;
};