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