Fix unused warnings.
[official-gcc/graphite-test-results.git] / gcc / testsuite / objc / execute / string2.m
blob32e70616916a8e4bd38cf3c48caa7fe44534e790
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],
14               "this " "is " "a " "string"))
15     abort ();
16   return 0;