blob: 6a7a36a1a6ae54e2684764bb20a7443253f1ebb6 [file] [log] [blame]
// https://issues.dlang.org/show_bug.cgi?id=18020
void bug(T)(T t)
{
t.opCmp(t);
}
alias bugi = bug!(typeof(new class{}));