1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fsyntax-only -verify %s
7 @property(nonatomic,readwrite,assign) id __weak delegate;
10 @implementation Subtask
11 @synthesize delegate = _delegate;
15 @interface PVSelectionOverlayView2
17 id __weak _selectionRect;
20 @property(assign) id selectionRect;
24 @implementation PVSelectionOverlayView2
26 @synthesize selectionRect = _selectionRect;