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