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