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