mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 15:46:09 +00:00

The "user-defined conversion by implicit constructor" codepath is already handled by `B(int)`; we don't need to test `A(const A&)` a second time via `DA` (nor the isomorphic case with `DB`). We don't need `&` anywhere in this test. Generally, `operator()` should be const; this test needn't be special. (No functional change in test coverage.)