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