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