module undefined;

unittest
{
static if (!is(SomethingUndefined!moreUndefined[0] : UndefinedThing))
        {
                pragma(msg,"This will compile just fine!");
        }
}

Reply via email to