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