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