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