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