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