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