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