Comment #0 by thelastmammoth — 2013-07-31T14:11:51Z
2.063.2:
dmd -c main.d
Error: out of memory
2.062:
fun does not match any function template declaration
----
void main(){ fun(1);}
void fun(T...)(T args,string file = __FILE__, size_t line = __LINE__){}
----
Comment #1 by k.hara.pg — 2013-08-06T22:10:56Z
*** This issue has been marked as a duplicate of issue 10481 ***