/* Based on a test case contributed by Nicola Pero. */ #import "../../objc-obj-c++-shared/next-mapping.h" #include #include #ifndef __NEXT_RUNTIME__ #include #endif int main(int argc, void **args) { if ([@"this is a string" length] != strlen ("this is a string")) abort (); return 0; }