Merged r157653 through r157895 into branch.
[official-gcc.git] / gcc / testsuite / objc / execute / string4.m
bloba7bcf431d5280fb8c080cbdbce5862d34c1e170d
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 ([@"this is a string" length] != strlen ("this is a string"))
14     abort ();
15   return 0;