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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [objc/] [execute/] [encode-1.m] - Rev 702

Compare with Previous | Blame | View Log

/* Contributed by Nicola Pero - Thu Mar  8 16:27:46 CET 2001 */
#include <stdlib.h>
#import "../../objc-obj-c++-shared/TestsuiteObject.h"
#include <objc/objc.h>
 
/* Test very simple @encode */
 
int main (void)
{
  if (strcmp ("i", @encode (int)))
    {
      abort ();
    }
 
  if (strcmp ("@", @encode (id)))
    {
      abort ();
    }
 
  if (strcmp ("@", @encode (TestsuiteObject *)))
    {
      abort ();
    }
 
  if (strcmp (":", @encode (SEL)))
    {
      abort ();
    }
 
  return 0;
}
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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