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