Sign in
gnu
/
gcc.git
/
3e4ced9de1f1c6444eae44c1fed493742c345bc6
/
.
/
gcc
/
testsuite
/
c-c++-common
/
musttail21.c
blob: 1a109e1955dc7800ade9cdb53d98918adc21862e [
file
] [
log
] [
blame
]
/* { dg-do compile { target musttail } } */
void
f
(
void
)
{
__attribute__
((
musttail
))
return
;
/* { dg-error "cannot tail-call.*return value must be a call" } */
}