// Make sure that assignment conversion checks are done for `return'.

class PR3417
{
  char func (int i) { return i; }
}