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