pycapnp/test/test_response.capnp
2016-06-17 13:50:42 -07:00

13 lines
150 B
Cap'n Proto

@0x84249be5c3bff005;
interface Foo {
foo @0 () -> (val :UInt32);
}
struct Bar {
foo @0 :Foo;
}
interface Baz {
grault @0 () -> (bar: Bar);
}