aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/Wno-attributes-4.c
blob: c5ea3e33776e40c81ee6f32d05b85de81318d92a (plain)
1
2
3
4
5
6
7
/* PR middle-end/103365 */
/* { dg-do compile { target { c || c++11 } } } */
/* { dg-additional-options "-Wno-attributes=foo::_bar" } */
/* { dg-additional-options "-Wno-attributes=_foo::bar" } */

[[foo::_bar]] void foo (void);
[[_foo::bar]] void bar (void);