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