FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / objc / execute / string4.m
blob54550d6f5e9ba723e2bcd755b9fb3fcc6d7c34c3
1 /* Based on a test case contributed by Nicola Pero.  */
3 #include <string.h>
4 #include <stdlib.h>
5 #include <objc/NXConstStr.h>
7 int main(int argc, void **args)
9   if ([@"this is a string" length] != strlen ("this is a string"))
10     abort ();
11   return 0;