https://issues.dlang.org/show_bug.cgi?id=23595
--- Comment #1 from Iain Buclaw <[email protected]> --- Related test. --- module simpleaudio; struct AudioOutputThread { alias Sample = AudioPcmOutThreadImplementation.Sample; } import core.types; class AudioPcmOutThreadImplementation { pthread_t id; struct Sample { } } --- module png; struct GC { import core.types; } --- module core.types; static if (true) alias ulong c_ulong; alias c_ulong pthread_t; --
