Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
warn
/
83895.C
blob: 86b317f970dfeac737da1e9799df2a3727c71049 [
file
] [
log
] [
blame
]
// { dg-additional-options -Wparentheses }
// { dg-do compile { target c++11 } }
struct
X
;
typedef
int
(
X
::*
foo
);
using
bar
=
int
(
X
::*);