dfmt/tests/allman/issue0062.d.ref

8 lines
91 B
Plaintext

unittest
{
switch (op)
{
return -1; // memory blocks are different
}
}