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