blob: b3eb16a5f11942f85045e5e8e276dae91bfac2bf [file] [log] [blame]
// RUN: %clang_cc1 -rewrite-objc %s -o %t.cpp
// RUN: %clang_cc1 -fsyntax-only %t.cpp
// rdar://10234024
@protocol Foo;
@protocol Foo
@end