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