Sign in
gnu
/
gcc.git
/
09a3da82125e07da504136841d577f103aa4ea13
/
.
/
gcc
/
testsuite
/
gcc.dg
/
c11-attr-syntax-1.c
blob: 24bbf681764c6e2bc9b35cb7883bf465f942db0b [
file
] [
log
] [
blame
]
/* Test C23 attribute syntax: rejected in C11. */
/* { dg-do compile } */
/* { dg-options "-std=c11 -pedantic-errors" } */
[[]];
/* { dg-error "attributes before C23" } */
void
f
[[]]
(
void
);
/* { dg-error "attributes before C23" } */