Fix unused warnings.
[official-gcc/graphite-test-results.git] / gcc / testsuite / objc / execute / string1.m
blobacc486ab21f7937fed6637b24f72ed2671b87e6c
1 /* Based on a test case contributed by Nicola Pero.  */
3 #import "../../objc-obj-c++-shared/next-mapping.h"
4 #include <string.h>
5 #include <stdlib.h>
7 #ifndef __NEXT_RUNTIME__
8 #include <objc/NXConstStr.h>
9 #endif
11 int main(int argc, void **args)
13   if (strcmp ([@"this is a string" cString], "this is a string"))
14     abort ();
15   return 0;