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