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