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