Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gdc.test
/
compilable
/
test16214a.d
blob: f29c5d2bd7f53cafda4c5a3f1efebb980e79898f [
file
] [
log
] [
blame
]
// REQUIRED_ARGS: -Icompilable/imports
// EXTRA_FILES: imports/test16214b.d
module
test16214a
;
import
test16214b
;
class
LibasyncEventLoop
:
EventLoop
{}