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