aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/objc/execute/bf-17.m
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/objc/execute/bf-17.m')
-rw-r--r--gcc/testsuite/objc/execute/bf-17.m25
1 files changed, 0 insertions, 25 deletions
diff --git a/gcc/testsuite/objc/execute/bf-17.m b/gcc/testsuite/objc/execute/bf-17.m
deleted file mode 100644
index 4c3b854962c..00000000000
--- a/gcc/testsuite/objc/execute/bf-17.m
+++ /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"
-