1 /* Based on a test case contributed by Nicola Pero. */
3 #import "../../objc-obj-c++-shared/next-mapping.h"
7 #ifndef __NEXT_RUNTIME__
8 #include <objc/NXConstStr.h>
11 int main(int argc, void **args)
13 if (strcmp ([@"this " @"is " @"a " @"string" cString],
14 "this " "is " "a " "string"))