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