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