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