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