Open
Description
struct s{
static constexpr auto f(auto extent) {
return 0;
}
static constexpr auto a = f(0);
};
The following crashes after clang 17.
https://godbolt.org/z/o7zaK7qKq
I's unclear whether this should be well-formed (see #73232)