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