summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/c2x-attr-syntax-4.c
blob: 30c966817be49150a32cd863a99c5a92cf684d18 (plain)
1
2
3
4
5
6
7
/* Test C2x attribute syntax: diagnosed with -Wc11-c2x-compat.  */
/* { dg-do compile } */
/* { dg-options "-std=c2x -pedantic-errors -Wc11-c2x-compat" } */

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

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