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