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