/* Based on a test case contributed by Nicola Pero. */ #include #include #include int main(int argc, void **args) { if (strcmp ([@"this " @"is " @"a " @"string" cString], "this " "is " "a " "string")) abort (); return 0; }