Comment #0 by dlang-bugzilla — 2015-04-29T05:05:10Z
/////////// test.d //////////
int f();
mixin template M(alias a) {}
mixin template M(string s) {}
mixin M!f;
/////////////////////////////
test.d(4): Error: f cannot be interpreted at compile time, because it has no available source code
Introduced in https://github.com/D-Programming-Language/dmd/pull/4375
Comment #1 by dlang-bugzilla — 2015-04-30T00:57:15Z