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