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