blob: c1d89a3c368775c758d6cee7ae416c5885b3daa6 [file] [log] [blame]
Fariborz Jahanianaad49232010-02-15 21:37:11 +00001// RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc %s -o %t-rw.cpp
Fariborz Jahanian0c7627c2010-02-16 22:27:50 +00002// RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
Fariborz Jahanianaad49232010-02-15 21:37:11 +00003// radar 7649577
4
5@interface a
6@end
7
8@interface b : a
9@end
10
11@implementation b
12@end
13