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