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