blob: 1da3eb6e6dc2b46babe4ecfb8dc74776dd502472 [file] [log] [blame]
class C;
static assert(C.stringof == "C");
interface I;
static assert(I.stringof == "I");
union U;
static assert(U.stringof == "U");
struct S;
static assert(S.stringof == "S");