(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
fail_compilation/
fail15667.d
// REQUIRED_ARGS: -o-
// EXTRA_FILES: imports/a15667.d
/*
TEST_OUTPUT:
---
fail_compilation/imports/a15667.d(16): Error: basic type expected, not `;`
fail_compilation/imports/a15667.d(19): Error: declaration expected following attribute, not end of file
---
*/

void main()
{
    import imports.a15667;
}