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