blob: 309db994b6a5aa0b03a8c317a3c0195da5ea9189 [file] [log] [blame]
library bottom;
struct Foo {
int32 a;
};
protocol Bottom {
GetFoo() -> (Foo foo);
};