void fn() { int arr[1][1] = { {1} }; } Error: variable `test.fn.arr` is not a static and cannot have static initializer
dlang/dmd pull request #14467 "fix Issue 22925 - importC: multi-dimensional array is not a static anβ¦" was merged into master: - 89ec1e08c9e95f0b366ab22d70a2d367b76b6667 by Walter Bright: fix Issue 22925 - importC: multi-dimensional array is not a static and cannot have static initializer https://github.com/dlang/dmd/pull/14467