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