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