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