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