Sign in
fuchsia
/
zircon
/
sandbox/hollande/nxp
/
.
/
system
/
host
/
fidl
/
examples
/
example-1.fidl2
blob: fd7f02b8fcf7b50f78ff828a30c9077eb6a5bc10 [
file
] [
log
] [
blame
]
library example_1
;
struct
Point
{
float32 x
;
float32 y
;
};