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