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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [objc/] [execute/] [bf-8.m] - Diff between revs 154 and 816

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

Rev 154 Rev 816
#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];
  int i:2;
  int i:2;
  int j:6;
  int j:6;
  int k:12;
  int k:12;
  char c;
  char c;
  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.