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