blob: 6670ed646df89785106a85b622a35585dc77a8a8 [file] [log] [blame]
library fidl.test.example.codingtablesdeps;
flexible union MyXUnionA {
1: uint64 a;
2: MyXUnionB b;
};
flexible union MyXUnionB {
1: uint32 foo;
2: bool bar;
};