aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/objc/execute/bf-1.m
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/testsuite/objc/execute/bf-1.m')
-rw-r--r--gcc-4.9/gcc/testsuite/objc/execute/bf-1.m22
1 files changed, 22 insertions, 0 deletions
diff --git a/gcc-4.9/gcc/testsuite/objc/execute/bf-1.m b/gcc-4.9/gcc/testsuite/objc/execute/bf-1.m
new file mode 100644
index 000000000..a5d219108
--- /dev/null
+++ b/gcc-4.9/gcc/testsuite/objc/execute/bf-1.m
@@ -0,0 +1,22 @@
+#include <objc/objc.h>
+
+@interface MyObject
+{
+ Class isa;
+ float f;
+ char a;
+ struct {
+ int i:2;
+ int j:3;
+ int k:12;
+ } flags;
+ char c;
+// void *pointer;
+}
+@end
+
+@implementation MyObject
+@end
+
+#include "bf-common.h"
+