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

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [objc/] [execute/] [bf-15.m] - Blame information for rev 12

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 12 jlechner
#include <objc/objc.h>
2
#include <objc/objc-api.h>
3
#include <objc/Object.h>
4
 
5
@interface MyObject
6
{
7
  Class isa;
8
  float f;
9
  char a;
10
  struct {
11
    int i:2;
12
    int j:6;
13
    int s;
14
    int k:12;
15
  } flags;
16
  char d;
17
  void *pointer;
18
}
19
@end
20
 
21
@implementation MyObject
22
@end
23
 
24
#include "bf-common.h"
25
 

powered by: WebSVN 2.1.0

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