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