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

using Foo = import "foo.capnp";

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