1 // RUN: %clang_cc1 -fsyntax-only -verify %s 2 extern "C" { 3 @class Protocol; 4 } 5 6 // <rdar://problem/7827709> 7 extern "C" { 8 @class I; 9 } 10 11 @interface I 12 @end 13