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