blob: 8427f0026882e049caee4b84682d5b482c9fea25 [file] [log] [blame]
#import <AppKit/AppKit.h>
int main ()
{
NSButton *button = [NSButton new];
NSLog(@"a"); // Set breakpoint here.
return 0;
}