// RUN: %clang_cc1 -fsyntax-only -analyze \
// RUN: -analyzer-checker=core,debug.ExprInspection %s -verify
// These test cases demonstrate lack of Static Analyzer features.
// The FIXME: tags indicate where we expect different output.
// Handle constructors for default arguments.
// Default arguments in C++ are recomputed at every call,
// and are therefore local, and not static, variables.
void ;
void ;
;
;
;
;
// Top-level analyzed functions.
void
void
void
// Not-top-level analyzed functions.
int
int
int
int
int
int
void
void
void
void
void
void