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