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