1 // RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc %s -o %t-rw.cpp
2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"Class=void*" -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
4 extern "C" void *sel_registerName(const char *);
5 typedef unsigned long size_t;
19 + (myPoint)foo : (int)Arg1 : (double)fArg;
37 + (myPoint)foo : (int)Arg1 : (double)fArg {
43 myPoint Ret_myPoint() {
47 allPoint Ret_allPoint() {
51 myPoint Ret_myPoint1(int i, double d) {
55 myPoint Ret_myPoint2() {