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