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