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