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