blob: e92b1504fe9809b7b620755a728e6533129c9a11 [file] [log] [blame]
// COMPILE_SEPARATELY:
// EXTRA_SOURCES: imports/link8023b.d
// PERMUTE_ARGS: -inline -release
import imports.link8023b;
private void t(alias Code)()
{
return Code();
}
void f()
{
t!( () { } )();
}
void main() {
f();
}