xxxxxxxxxx
import std.stdio;
void foo(string f = __FILE__, int l = __LINE__){writeln(f, " ", l);}
void main()
{
foo();
}