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