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