dfmt/tests/otbs/issue0485.d.ref

5 lines
73 B
Plaintext

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