1 2 3 4 5 6
// Make sure that assignment conversion checks are done for `return'. class PR3417 { char func (int i) { return i; } }