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