blob: 96c5d92e222da7e4ea83aee9230a75a075a4e51a [file] [log] [blame]
bool e(T)(T)
{
f(true);
return true;
}
void f(lazy bool) {}