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