aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/capnproto/imports/foo.capnp
blob: 146a2969f8cea9a04617a9b84ff91a9ef902336d (plain)
1
2
3
4
5
6
@0x8a2efe67220790be;

struct Foo {
    num @0 :UInt32;
    str @1 :Text;
}