dfmt/tests/issue0485.d
2020-08-27 09:43:25 +02:00

5 lines
73 B
D

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