(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
runnable/
link12010.d
// COMPILE_SEPARATELY:
// EXTRA_SOURCES: imports/a12010.d
// EXTRA_FILES: imports/std12010container.d
// REQUIRED_ARGS: -release
// -release is necessary to avoid __assert.

import imports.a12010;
void main() {}