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