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