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