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