]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/objc/execute/bf-17.m
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / objc / execute / bf-17.m
diff --git a/gcc/testsuite/objc/execute/bf-17.m b/gcc/testsuite/objc/execute/bf-17.m
deleted file mode 100644 (file)
index 4c3b854..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-#include <objc/objc.h>
-#include <objc/objc-api.h>
-#include <objc/Object.h>
-
-struct A {
-  int i;
-  float f;
-  int a:3;
-  int b:2;
-};
-
-@interface MyObject
-{
-  Class isa;
-  int i;
-  float f[3];
-  struct A a;
-}
-@end
-
-@implementation MyObject
-@end
-
-#include "bf-common.h"
-