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