[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / reserved-names-system-header-2.cpp
blob2087f487721cb278b3d94fcfa44d62b704617e88
1 // RUN: %clang_cc1 -std=c++20 -fsyntax-only -verify %s
2 // expected-no-diagnostics
4 // Show that we suppress the reserved identifier diagnostic in a system header.
5 # 100 "file.cpp" 1 3 // Enter a system header
6 export module __test;
7 # 100 "file.cpp" 2 3 // Leave the system header