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