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