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