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