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