blob: ce4940ffa31bd4a47705337c2ea53c2ee10482d8 [file] [log] [blame]
// 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;
}