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