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