[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / reserved-names-3.cppm
blobb2e155e8d3610c52ea085cf4f5fe962e6e121d37
1 // RUN: %clang_cc1 -std=c++20 -fsyntax-only -verify %s
2 // expected-no-diagnostics
4 // Demonstrate that we don't consider use of 'std' (potentially followed by
5 // zero or more digits) to be a reserved identifier if it is not the only part
6 // of the path.
7 export module std12Three;