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