Why are parameters of immediate (consteval) functions are not considered constant expressions?
consteval
consteval void func(int x) { int arr[x]; // not