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