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