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