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