ref: e7d4e82bc065747d94829d93cc9d8a9d1eab7951 dir: /cmake/vla.c/
int main() { static int x; char a[++x]; a[sizeof a - 1] = 0; int N; return a[0]; }