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