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