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