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