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