blob: a3e76ea8d6259f1f415268ce53e9719ff11ba34e [file] [log] [blame]
// RUNNABLE_PHOBOS_TEST
// COMPILE_SEPARATELY
// EXTRA_SOURCES: imports/test27a.d
// PERMUTE_ARGS:
import imports.test27a;
int main()
{
auto v = new myClass!(int)();
v.func(5);
return 0;
}