Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp1y
/
paren4.C
blob: 71abe846dbf5a221668f3629abe705c0ea121f63 [
file
] [
log
] [
blame
]
// PR c++/70822
// { dg-do compile { target c++14 } }
struct
a
{
static
int
b
;
};
template
<typename>
void
foo
()
{
&(
a
::
b
);
}