Sign in
fuchsia
/
fuchsia
/
52d7eb2d66631c8
/
.
/
tools
/
fidl
/
fidlc
/
testdata
/
error.test.fidl
blob: ae703aa0d063cd76ded81b4b4702870090f87cef [
file
] [
log
] [
blame
]
library test
.
error
;
protocol
Example
{
foo
(
struct
{
s
string
;
})
->
(
struct
{
y int64
;
})
error uint32
;
};