Daniel Dunbar | a572887 | 2009-12-15 20:14:24 +0000 | [diff] [blame] | 1 | // RUN: %clang_cc1 -fsyntax-only -verify %s |
Douglas Gregor | ce35607 | 2009-01-06 23:51:29 +0000 | [diff] [blame] | 2 | extern "C" { |
3 | @class Protocol; | ||||
4 | } | ||||
Douglas Gregor | 78713d8 | 2010-04-09 21:30:38 +0000 | [diff] [blame] | 5 | |
6 | // <rdar://problem/7827709> | ||||
7 | extern "C" { | ||||
8 | @class I; | ||||
9 | } | ||||
10 | |||||
11 | @interface I | ||||
12 | @end |