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