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