dfmt/tests/allman/issue0205.d.ref

9 lines
63 B
Plaintext

unittest
{
asm
{
}
d[] = a[];
c[] = d[];
}