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