dfmt/tests/allman/issue0485.d.ref

6 lines
73 B
Plaintext

void main()
{
int a;
int[int] hashmap = [a : a, a : a, a : a];
}