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