aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/c11-attr-syntax-2.c
blob: d92a1891abb3312addf0a24d4b6052c05dd2a9f3 (plain)
1
2
3
4
5
6
7
/* 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" } */