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