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