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