1 // RUN: %clang_cc1 -x objective-c++ -fms-extensions -rewrite-objc %s -o %t-rw.cpp
2 // RUN: %clang_cc1 -fsyntax-only -Wno-attributes -D"__declspec(X)=" %t-rw.cpp
5 extern "C" __declspec(dllexport)
8 @implementation Test @end
14 @implementation Test1 @end
19 @implementation Test2 @end