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