[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / SemaCXX / invalid-this-in-lambda.cpp
blobae65bda025e2323c96929ca16cabb74d8b533c1d
1 // RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s
3 decltype([]()->decltype(this) { }) a; // expected-error {{invalid use of 'this' outside of a non-static member function}}