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