Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
template
/
ptrmem26.C
blob: ba3eab10f2f1e0abb8b06f1f60f9a0c1b269d62f [
file
] [
log
] [
blame
]
// PR c++/46552
struct
S
{
int
x
;
};
template
<
typename
>
void
f
(
void
)
{
&
S
::
x
;
}