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