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