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