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