2 /* { dg-do compile } */
3 /* { dg-options "-Wdeprecated-declarations" } */
5 /* Verify disabling -Wdeprecated-declarations, where the _Pragma and the
6 affected code are in different macros. */
9 _Pragma ("GCC diagnostic push") \
10 _Pragma ("GCC diagnostic ignored \"-Wdeprecated-declarations\"")
12 _Pragma ("GCC diagnostic pop")
16 __attribute__((deprecated
)) void foo (void);