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