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