blob: ca2acb6733a9d334bd98b1ff0ace297339c23e3a [file] [log] [blame]
// PERMUTE_ARGS:
// REQUIRED_ARGS: -Icompilable/extra-files
// EXTRA_FILES: extra-files/imp9057.d extra-files/imp9057_2.d
struct Bug9057(T)
{
T x;
}
void test9507() {
import imp9057;
Bug9057!(BugInt) xxx;
}
void test9507_2() {
import imp9057_2;
Bug9057!(BugInt) xxx;
}