module; import yesImports/a; import "yesImports/b"; struct struct_1 { // Uses b because it's exported (a isn't) type struct_2; }; export struct struct_4 { // Uses a because it's exported (b isn't) global_1; // Uses a type struct_5; };