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