Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
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" } */