(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
runnable/
link12144.d
// COMPILE_SEPARATELY: -g
// EXTRA_SOURCES: imports/link12144a.d

import imports.link12144a;

void main()
{
    fun();
}

struct A12146
{
    B12146[] tokens;
    // implicitly generated
    //   bool opEquals(const ref Appender rhs) const
    // will make
    //   tokens == rhs.tokens
    // references TypeInfo of B12146
    // and it references __xopCmp
}