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