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