blob: d33889cee3d7e92ed00f1190524a8dd46b323e7a [file] [log] [blame]
/*
EXTRA_FILES: imports/ice21060a/package.d imports/ice21060b/package.d imports/ice21060c/package.d imports/ice21060d/package.d
TEST_OUTPUT:
---
fail_compilation/imports/ice21060b/package.d(3): Error: struct `imports.ice21060d.P21060` already exists at fail_compilation/imports/ice21060d/package.d(3). Perhaps in another function with the same name?
---
*/
struct S21060
{
void print()
{
import imports.ice21060a;
import imports.ice21060b;
}
}