1*67e74705SXin Li// RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t.cpp 2*67e74705SXin Li// RUN: %clang_cc1 -fsyntax-only %t.cpp 3*67e74705SXin Li 4*67e74705SXin Li// rdar://10234024 5*67e74705SXin Li@protocol Foo; 6*67e74705SXin Li@protocol Foo 7*67e74705SXin Li@end 8