// RUN: %clang_cc1 -fsyntax-only -std=c++11 %s -verify
// Check that analysis-based warnings work in lambda bodies.
void
// Check that we get the right types of captured variables (the
// semantic-analysis part of p7).
int &;
float &;
void
;