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