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