PR tree-optimization/113673: Avoid load merging when potentially trapping.
[official-gcc.git] / gcc / testsuite / objc / execute / bf-18.m
blob528829554efcbf7761fd8b0eca7e8d889e21ce12
1 #include <objc/objc.h>
3 @interface MyObject
5   Class isa;
6   int i;
7   char c[1];
9 @end
11 @implementation MyObject
12 @end
14 #include "bf-common.h"