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