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