Sign in
fuchsia
/
zircon
/
sandbox/braval/gpio
/
.
/
system
/
host
/
fidl
/
examples
/
example-6.fidl
blob: 238d3e071840934a903760ca29c0e004ceaa0f7f [
file
] [
log
] [
blame
]
library example_6
;
using
something
;
using
my
.
import
.
path
;
using
my
.
other
.
import
.
path
as
other
;
const
int32 x
=
23
;
interface
Hello
{
10243
:
Say
(
string
req
)
->
(
string
response
);
};