aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/objc/execute/bf-4.m
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/objc/execute/bf-4.m')
-rw-r--r--gcc/testsuite/objc/execute/bf-4.m24
1 files changed, 0 insertions, 24 deletions
diff --git a/gcc/testsuite/objc/execute/bf-4.m b/gcc/testsuite/objc/execute/bf-4.m
deleted file mode 100644
index ae8017c688e..00000000000
--- a/gcc/testsuite/objc/execute/bf-4.m
+++ /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[3];
- struct {
- int i:2;
- int j:6;
- int k:12;
- } flags;
- char c;
- void *pointer;
-}
-@end
-
-@implementation MyObject
-@end
-
-#include "bf-common.h"
-