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