// RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin10 -fsyntax-only -verify -Wno-objc-root-class %s
// rdar://9070460
;
typedef const TCPPObject& CREF_TCPPObject;
// <rdar://problem/11052352>
void
;
// rdar://13602832
//
// Make sure that the default-argument checker looks through
// pseudo-object expressions correctly. The default argument
// needs to force l2r to test this effectively because the checker
// is syntactic and runs before placeholders are handled.