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