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