12 lines
110 B
Cap'n Proto
Raw Normal View History

2019-09-10 22:48:25 +02:00
@0xa5ac546b7bf6fbbc
enum Enumerant {
byte @0;
2019-09-10 22:48:25 +02:00
bit @1;
}
struct Foo {
foo @0: UInt8;
2019-09-10 22:48:25 +02:00
bar @0: UInt8;
}