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