// RUN: %clang_analyze_cc1 -analyzer-checker=core,osx.cocoa.RetainCount,alpha.core -pedantic -verify -Wno-objc-root-class %s
// BEGIN delta-debugging reduced header stuff
typedef signed char BOOL;
typedef unsigned int NSUInteger;
typedef struct _NSZone NSZone;
@class NSCoder;
typedef double NSTimeInterval;
;
typedef NSUInteger NSAnimationCurve;
// END delta-debugging reduced header stuff
// From NSAnimation Class Reference
// -(void)startAnimation
// The receiver retains itself and is then autoreleased at the end
// of the animation or when it receives stopAnimation.