DCD/tests/tc050/file.d

7 lines
61 B
D

auto a = [[[0]]];
void main(string[] args)
{
a[0][0][0].
}