OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [objc/] [execute/] [string1.m] - Blame information for rev 154

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
/* Based on a test case contributed by Nicola Pero.  */
2
 
3
#include <string.h>
4
#include <stdlib.h>
5
 
6
#ifdef __NEXT_RUNTIME__
7
#include "next_mapping.h"
8
#else
9
#include <objc/NXConstStr.h>
10
#endif
11
 
12
int main(int argc, void **args)
13
{
14
  if (strcmp ([@"this is a string" cString], "this is a string"))
15
    abort ();
16
  return 0;
17
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.