<!-- pawn-lang compiler issue template --> ### Minimal complete verifiable example (MCVE): <!-- Please provide a minimal complete verifiable code which compiles and reproduces the problem. If the compiler is showing undefined (random) behavior, provide the code which invokes such behavior. Learn more about writing MCVE from [StackOverflow](https://stackoverflow.com/help/mcve). If this section is not relevant, feel free to remove this section from your issue. --> ```pawn stock const arr[5][] = "hi"; ``` Valid code? No. Should crash? No.