cor3ntin wrote:
> hasNonTrivialDefaultConstructor
you can have
```cpp
template <typename>
class C {
C();
C() requires true;
};
```
But in the case of __builtin_is_implicit_lifetime we probably want to allow that, actually...
https://github.com/llvm/llvm-project/pull/162612