1 // COMPILE_SEPARATELY: -g
2 // EXTRA_SOURCES: imports/link12144a.d
3 
4 import imports.link12144a;
5 
main()6 void main()
7 {
8     fun();
9 }
10 
11 struct A12146
12 {
13     B12146[] tokens;
14     // implicitly generated
15     //   bool opEquals(const ref Appender rhs) const
16     // will make
17     //   tokens == rhs.tokens
18     // references TypeInfo of B12146
19     // and it references __xopCmp
20 }
21