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