blob: e0d59e88fe3332954b951c5d116e595eb88e8cce [file] [log] [blame]
John McCall260611a2012-06-20 06:18:46 +00001// RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t.cpp
Argyrios Kyrtzidisa1e797e2011-10-05 19:37:56 +00002// RUN: %clang_cc1 -fsyntax-only %t.cpp
3
4// rdar://10234024
5@protocol Foo;
6@protocol Foo
7@end