blob: 11c3f8000a2865e4052ee425ab7fcbf508c9d7b9 [file] [log] [blame]
/* APPLE LOCAL file __block copy/dispose 7284529 */
/* { dg-do compile { target *-*-darwin* } } */
/* { dg-options "-fblocks" } */
@interface ShortcutsController
@end
@class barbar;
@implementation ShortcutsController
- (void) _markConflicts
{
__attribute__((__blocks__(byref))) barbar * matchDict;
__attribute__((__blocks__(byref))) void (^markConflictsBlock)();
}
@end