blob: 3ad5b4872e25d26f3cb2d651ad40e8cecf153ab6 [file] [log] [blame]
// https://issues.dlang.org/show_bug.cgi?id=18115
int test()
{
if (test.stringof.length > 6 &&
test.stringof[$-7..$] == "1234567") {}
return 0;
}
enum a = test();