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