Sign in
fuchsia
/
fuchsia
/
67fec6d
/
.
/
system
/
host
/
fidl
/
examples
/
example-4.fidl2
blob: 15fadc35dfe466997141ce7a83d83e65c42e1d97 [
file
] [
log
] [
blame
]
library example_4
;
struct
Point
{
uint64 x
;
};
enum
Enum
{};
interface
Interface
{
const
bool
foo
=
true
;
const
string
s
=
"abc"
;
enum
Enum
{};
23
:
func
(
bool
x
)
->
();
};