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