Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.dg
/
attr-weak-1.c
blob: 65041291b844c79dc0027840439742cad19f1157 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
__inline
void
foo
(
void
)
__attribute__
((
weak
));
/* { dg-warning "inline.*weak" } */