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