[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / pr85122.cppm
bloba4c89f13711a36a7160e4389060036ad1d6403a8
1 // RUN: %clang_cc1 -std=c++20 %s -Wall -fsyntax-only -verify
3 // expected-no-diagnostics
4 export module a;
6 export constexpr auto a = []{};