d: Merge upstream dmd 568496d5b, druntime 178c44ff, phobos 574bf883b.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / test16214a.d
blobf29c5d2bd7f53cafda4c5a3f1efebb980e79898f
1 // REQUIRED_ARGS: -Icompilable/imports
2 // EXTRA_FILES: imports/test16214b.d
4 module test16214a;
5 import test16214b;
7 class LibasyncEventLoop : EventLoop {}