URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [objc/] [execute/] [string3.m] - Rev 820
Go to most recent revision | Compare with Previous | Blame | View Log
/* Based on a test case contributed by Nicola Pero. */ #include <string.h> #include <stdlib.h> #ifdef __NEXT_RUNTIME__ #include "next_mapping.h" #else #include <objc/NXConstStr.h> #endif #define STRING "this is a string" int main (int argc, void **args) { if (strcmp ([@STRING cString], STRING)) abort (); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log