[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / Inputs / internal-constants / c.h
blob43a37f831a4e443683a6d998c6d0d93598384027
1 #pragma once
2 #include "a.h"
3 inline int h() { return N::k; }