(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
template/
ptrmem26.C
// PR c++/46552

struct S
{
    int x;
};

template < typename >
void f( void )
{
    &S::x;
}