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