blob: ae703aa0d063cd76ded81b4b4702870090f87cef [file] [log] [blame]
library test.error;
protocol Example {
foo(struct {
s string;
}) -> (struct {
y int64;
}) error uint32;
};