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