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