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