// RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class %s
// expected-no-diagnostics
// This test case tests the default behavior.
// rdar://7933061
// rdar://problem/8597621 wants id -> A* to be an exception
// The particular case of overriding with an id return is permitted.