1 // RUN: %clang_cc1 -rewrite-objc %s -o %t.cpp 2 // RUN: %clang_cc1 -fsyntax-only %t.cpp 3 4 // rdar://10234024 5 @protocol Foo; 6 @protocol Foo 7 @end 8