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