dfmt/tests/issue0208.d
2016-01-15 16:29:00 -08:00

7 lines
43 B
D

unittest
{
if (a && !is(b == q))
{
}
}