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