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