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