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