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/] [encode-1.m] - Diff between revs 149 and 154

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 149 Rev 154
/* Contributed by Nicola Pero - Thu Mar  8 16:27:46 CET 2001 */
/* Contributed by Nicola Pero - Thu Mar  8 16:27:46 CET 2001 */
#include <objc/objc.h>
#include <objc/objc.h>
#include <objc/objc-api.h>
#include <objc/objc-api.h>
#include <objc/Object.h>
#include <objc/Object.h>
 
 
/* Test very simple @encode */
/* Test very simple @encode */
 
 
int main (void)
int main (void)
{
{
  if (strcmp ("i", @encode (int)))
  if (strcmp ("i", @encode (int)))
    {
    {
      abort ();
      abort ();
    }
    }
 
 
  if (strcmp ("@", @encode (id)))
  if (strcmp ("@", @encode (id)))
    {
    {
      abort ();
      abort ();
    }
    }
 
 
  if (strcmp ("@", @encode (Object *)))
  if (strcmp ("@", @encode (Object *)))
    {
    {
      abort ();
      abort ();
    }
    }
 
 
  if (strcmp (":", @encode (SEL)))
  if (strcmp (":", @encode (SEL)))
    {
    {
      abort ();
      abort ();
    }
    }
 
 
  return 0;
  return 0;
}
}
 
 

powered by: WebSVN 2.1.0

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