blob: 5f8be8f9e01093a601eeb98c3a1a61970daf9b34 [file] [log] [blame]
// DR 2413 - typename in conversion-function-ids.
// { dg-do compile { target c++20 } }
template<class T> struct S {
operator T::X();
};