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