5 // Created by Patrick Beard on 3/8/11.
6 // Copyright 2011 __MyCompanyName__. All rights reserved.
11 // ARCMisalign->misalign1 and ARCBase->misalign2 together cause
12 // ARCBase's instanceStart to be misaligned, which exercises handling
13 // of storage that is not represented in the class's ivar layout bitmaps.
15 @implementation ARCMisalign
18 @interface ARCBase () {
28 @implementation ARCBase
29 @synthesize number, object, pointer, delegate;