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