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::*);