]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/objc/execute/bf-20.m
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / objc / execute / bf-20.m
diff --git a/gcc/testsuite/objc/execute/bf-20.m b/gcc/testsuite/objc/execute/bf-20.m
deleted file mode 100644 (file)
index e01f065..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#include <objc/objc.h>
-#include <objc/objc-api.h>
-#include <objc/Object.h>
-
-@interface MyObject
-{
-  short s;
-  char c;
-}
-@end
-
-@implementation MyObject
-@end
-
-#include "bf-common.h"