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