]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/compilable/test16214a.d
d: Import dmd b8384668f, druntime e6caaab9, phobos 5ab9ad256 (v2.098.0-beta.1)
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / compilable / test16214a.d
1 // REQUIRED_ARGS: -Icompilable/imports
2 // EXTRA_FILES: imports/test16214b.d
3
4 module test16214a;
5 import test16214b;
6
7 class LibasyncEventLoop : EventLoop {}