ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/gdc.test/runnable/link12144.d

21 lines
360 B
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
}