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