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