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