c-capnproto/tests/example.capnp
2017-03-23 20:18:29 +00:00

10 lines
178 B
Cap'n Proto

@0xd120e9a4c43868ab;
using C = import "../compiler/c.capnp";
$C.fieldgetset;
struct Greeting {
text @0 :Text = "Default greeting: hello world!";
timesToSay @1 :UInt32;
}