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