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