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