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