aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/capnproto/baz.capnp
blob: 8b2fe4fafc61ef2562f1223346abe93b74a0ded2 (plain)
1
2
3
4
5
6
7
8
@0xc967c84bcca70a1d;

using Foo = import "/imports/foo.capnp";

struct Baz {
  foo @0 :Foo.Foo;
  # Use type "Foo" defined in foo.capnp.
}