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