// RUN: %clang_analyze_cc1 %s -o %t
// Tests that some specific checkers are enabled by default.
id
// <rdar://problem/8808566> Static analyzer is wrong: NSWidth(imgRect) not understood as unconditional assignment
//
// Note: this requires inlining support. This previously issued a false positive use of
// uninitialized value when calling NSWidth.
typedef double CGFloat;
;
typedef struct CGPoint CGPoint;
;
typedef struct CGSize CGSize;
;
typedef struct CGRect CGRect;
typedef CGRect NSRect;
typedef CGSize NSSize;
static __inline__ CGFloat NSWidth
static __inline__ CGFloat NSHeight
NSSize ;
double