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