PR lto/84212 - -Wno-* does not disable warnings from -flto link stage
[official-gcc.git] / gcc / testsuite / g++.dg / warn / 83895.C
blob86b317f970dfeac737da1e9799df2a3727c71049
1 // { dg-additional-options -Wparentheses }
2 // { dg-do compile { target c++11 } }
4 struct X;
6 typedef int (X::*foo);
7 using bar = int (X::*);