aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/musttail21.c
blob: 1a109e1955dc7800ade9cdb53d98918adc21862e (plain)
1
2
3
4
5
/* { dg-do compile { target musttail } } */
void f(void)
{
  __attribute__((musttail)) return; /* { dg-error "cannot tail-call.*return value must be a call" } */
}