// RUN: %clang_cc1 -fsyntax-only -verify %s
// rdar://10733000
typedef NSObject <PLAssetContainer> PLAlbum; // expected-note {{previous definition is here}}
@class PLAlbum; // expected-warning {{redefinition of forward class 'PLAlbum' of a typedef name of an object type is ignore}}