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