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