13
test/test_response.capnp
Normal file
13
test/test_response.capnp
Normal file
@@ -0,0 +1,13 @@
|
||||
@0x84249be5c3bff005;
|
||||
|
||||
interface Foo {
|
||||
foo @0 () -> (val :UInt32);
|
||||
}
|
||||
|
||||
struct Bar {
|
||||
foo @0 :Foo;
|
||||
}
|
||||
|
||||
interface Baz {
|
||||
grault @0 () -> (bar: Bar);
|
||||
}
|
||||
Reference in New Issue
Block a user