Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp2a
/
typename17.C
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
();
};