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