]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/c11-attr-syntax-3.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / c11-attr-syntax-3.c
CommitLineData
092508a0
JM
1/* Test C2x attribute syntax: rejected in C11, but warning disabled
2 with -Wno-c11-c2x-compat. */
3/* { dg-do compile } */
4/* { dg-options "-std=c11 -pedantic -Wno-c11-c2x-compat" } */
5
6[[]];
7
8void f [[]] (void);