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" } */
}