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