summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/c11-attr-syntax-3.c
blob: 4d7cb77d09a02f38203ae4e48f70aaf982ebc40d (plain)
1
2
3
4
5
6
7
8
/* Test C2x attribute syntax: rejected in C11, but warning disabled
   with -Wno-c11-c2x-compat.  */
/* { dg-do compile } */
/* { dg-options "-std=c11 -pedantic -Wno-c11-c2x-compat" } */

[[]];

void f [[]] (void);