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