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