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