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