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