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