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