blob: 8dafb6da5f4eaca345acdeeeebad360c167ebbc0 [file] [log] [blame]
library example_0;
struct Foo {
Bar b;
};
struct Bar {
Foo? f;
};