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