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