dfmt/tests/issue0485.d

6 lines
73 B
D

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