blob: a59d12cf16db991c2b626ddd0c7472f6d42d2973 [file] [log] [blame]
module imports.testmod2a;
/**********************************/
// bug 1904
// testmod.d
private void bar(alias a)() {}
void foo(alias a)() {
.bar!(a)();
}