[compiler-rt][rtsan] inotify api for Linux interception. (#124177)
[llvm-project.git] / clang / test / Import / namespace / Inputs / NS.cpp
blob0dc86f85266b0ccf747f22997df8e97705bc205b
1 namespace NS {
2 void f1();
3 void f2();
4 const int A = 3;
5 }; // namespace NS