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