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