// RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class %s
typedef int INTF3; // expected-note {{previous definition is here}}
// expected-note {{previous definition is here}}
// expected-note {{previous definition is here}}
// expected-error {{redefinition of 'INTF3' as different kind of symbol}}
// expected-warning {{cannot find interface declaration for 'INTF4'}}
@class INTF5; // expected-note{{forward declaration of class here}}