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