blob: 312d75e1ed49afff2159315499c950af4897aa44 [file] [log] [blame]
/* 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" } */