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