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