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