blob: 5535a3b78d81d1329f042943924fb93bf892ff13 [file] [log] [blame]
library tables;
struct A {
B? foo;
};
struct B {
A? bar;
};
struct C {
handle baz;
};
struct D {
C qux;
};