gcc/gcc/testsuite/gcc.dg/c2x-attr-syntax-4.c

8 lines
275 B
C

/* Test C2x attribute syntax: diagnosed with -Wc11-c2x-compat. */
/* { dg-do compile } */
/* { dg-options "-std=c2x -pedantic-errors -Wc11-c2x-compat" } */
[[]]; /* { dg-warning "attributes before C2X" } */
void f [[]] (void); /* { dg-warning "attributes before C2X" } */