blob: 4d7cb77d09a02f38203ae4e48f70aaf982ebc40d [file] [log] [blame]
/* 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);