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