aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/c23-attr-syntax-4.c
blob: 312d75e1ed49afff2159315499c950af4897aa44 (plain)
1
2
3
4
5
6
7
/* Test C23 attribute syntax: diagnosed with -Wc11-c23-compat.  */
/* { dg-do compile } */
/* { dg-options "-std=c23 -pedantic-errors -Wc11-c23-compat" } */

[[]]; /* { dg-warning "attributes before C23" } */

void f [[]] (void); /* { dg-warning "attributes before C23" } */