1 /* Based on a test case contributed by Nicola Pero. */
6 #ifdef __NEXT_RUNTIME__
7 #include "next_mapping.h"
9 #include <objc/NXConstStr.h>
12 int main(int argc, void **args)
14 if (strcmp ([@"this " @"is " @"a " @"string" cString],
15 "this " "is " "a " "string"))