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