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