mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
7 lines
155 B
D
7 lines
155 B
D
// REQUIRED_ARGS: -Icompilable/imports
|
|
// EXTRA_FILES: imports/test16214b.d
|
|
|
|
module test16214a;
|
|
import test16214b;
|
|
|
|
class LibasyncEventLoop : EventLoop {}
|