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