Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.dg / c11-attr-syntax-3.c
blob4d7cb77d09a02f38203ae4e48f70aaf982ebc40d
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" } */
6 [[]];
8 void f [[]] (void);