/* Based on a test case contributed by Nicola Pero. */ #include #include /* APPLE LOCAL begin objc test suite */ #ifdef __NEXT_RUNTIME__ #import #else #include #endif /* APPLE LOCAL end objc test suite */ #define STRING "this is a string" int main (int argc, void **args) { if (strcmp ([@STRING cString], STRING)) abort (); return 0; }