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