(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
compilable/
test16214a.d
// REQUIRED_ARGS: -Icompilable/imports
// EXTRA_FILES: imports/test16214b.d

module test16214a;
import test16214b;

class LibasyncEventLoop : EventLoop {}