middle-end: check that the lhs of a COND_EXPR is an SSA_NAME in cond_store recognitio...
[official-gcc.git] / gcc / testsuite / objc / execute / bf-19.m
blobd9306df00792c9ebdc455b135084f22b5151ce38
1 #include <objc/objc.h>
3 @interface MyObject
5   Class isa;
6   unsigned int i;
7   MyObject *object;
9 @end
11 @implementation MyObject
12 @end
14 #include "bf-common.h"