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
4 extern "C" __declspec(dllexport)
7 @implementation Test @end
13 @implementation Test1 @end
18 @implementation Test2 @end