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