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