aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/c11-attr-syntax-2.c
blob: b7860827512b41c1b50ab3ca2c756832065c2780 (plain)
1
2
3
4
5
6
7
/* Test C23 attribute syntax: rejected in C11.  */
/* { dg-do compile } */
/* { dg-options "-std=c11 -pedantic" } */

[[]]; /* { dg-warning "attributes before C23" } */

void f [[]] (void); /* { dg-warning "attributes before C23" } */