blob: 24bbf681764c6e2bc9b35cb7883bf465f942db0b [file] [log] [blame]
/* Test C23 attribute syntax: rejected in C11. */
/* { dg-do compile } */
/* { dg-options "-std=c11 -pedantic-errors" } */
[[]]; /* { dg-error "attributes before C23" } */
void f [[]] (void); /* { dg-error "attributes before C23" } */