dfmt/tests/issue0205.d
2016-01-14 14:28:15 -08:00

8 lines
48 B
D

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