dfmt/tests/knr/assoc_key_indent.d.ref

9 lines
79 B
Plaintext

void main()
{
string key;
int[string] var = [
key: 5
];
}