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