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