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