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