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