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