]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/objc/execute/bf-12.m
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / objc / execute / bf-12.m
diff --git a/gcc/testsuite/objc/execute/bf-12.m b/gcc/testsuite/objc/execute/bf-12.m
deleted file mode 100644 (file)
index 9e0a989..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#include <objc/objc.h>
-#include <objc/objc-api.h>
-#include <objc/Object.h>
-
-@interface MyObject
-{
-  Class isa;
-  float f;
-  char a[3];
-  int i:2;
-  int j:6;
-  int s;
-  int k:12;
-  char d;
-  void *pointer;
-}
-@end
-
-@implementation MyObject
-@end
-
-#include "bf-common.h"
-