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/] [bf-13.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
#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>
 
 
@interface MyObject
@interface MyObject
{
{
  Class isa;
  Class isa;
  float f;
  float f;
  char a[3];
  char a[3];
  struct {
  struct {
    int i:2;
    int i:2;
    int j:6;
    int j:6;
    char s;
    char s;
    int k:12;
    int k:12;
  } flags;
  } flags;
  char d;
  char d;
  void *pointer;
  void *pointer;
}
}
@end
@end
 
 
@implementation MyObject
@implementation MyObject
@end
@end
 
 
#include "bf-common.h"
#include "bf-common.h"
 
 
 
 

powered by: WebSVN 2.1.0

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