blob: ba3eab10f2f1e0abb8b06f1f60f9a0c1b269d62f [file] [log] [blame]
// PR c++/46552
struct S
{
int x;
};
template < typename >
void f( void )
{
&S::x;
}