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