https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116284
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
<source>:1:12: error: ISO C forbids zero-size array 'a' [-Wpedantic]
1 | static int a[0];
| ^
Hmm, this is an extension so ...
