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