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