// RUN: %clang_analyze_cc1 -triple i386-apple-darwin9 -analyzer-checker=core,alpha.core -verify -fblocks %s
// RUN: %clang_analyze_cc1 -triple x86_64-apple-darwin9 -analyzer-checker=core,alpha.core -verify -fblocks %s
// expected-no-diagnostics
//===------------------------------------------------------------------------------------------===//
// This files tests our path-sensitive handling of Objective-c++ files.
//===------------------------------------------------------------------------------------------===//
// Test basic handling of references.
char &;
char *
// Test test1_aux() evaluates to char &.
char
// Test basic handling of references with Objective-C classes.
char*
char
// Basic test of C++ references with Objective-C pointers.
typedef RDar10569024* RDar10569024Ref;
void ;
int