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