pycapnp/test/bar.capnp

9 lines
106 B
Cap'n Proto
Raw Permalink Normal View History

2013-08-29 21:12:39 -07:00
@0x84ed73ce30ad1d3e;
using Foo = import "foo.capnp";
struct Bar {
id @0 :UInt32;
foo @1 :Foo.Foo;
}