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