GDCC icon indicating copy to clipboard operation
GDCC copied to clipboard

Inferred array size with empty initializer leaks SR::TypeError

Open DavidPH opened this issue 2 years ago • 0 comments

This code: int a[] = {}; Produces this error: ERROR: SR::TypeError

It needs to produce a proper error, instead.

DavidPH avatar Jun 15 '22 00:06 DavidPH