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