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