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 #define STRING "this is a string"
14 int main (int argc, void **args)
16 if (strcmp ([@STRING cString], STRING))