Sign in
fuchsia
/
fuchsia
/
cc6f71c
/
.
/
tools
/
fidl
/
gidl-conformance-suite
/
structs.test.fidl
blob: 6d2f7afc793e07e5d7b238caa45ce239391c7b94 [
file
] [
log
] [
blame
]
library conformance
;
struct
Empty
{};
struct
Uint8Uint16Uint32Uint64
{
uint8 f1
;
uint16 f2
;
uint32 f3
;
uint64 f4
;
};