GDCC
GDCC copied to clipboard
Inferred array size with empty initializer leaks SR::TypeError
This code:
int a[] = {};
Produces this error:
ERROR: SR::TypeError
It needs to produce a proper error, instead.