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