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