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