[Flang] remove whole-archive option for AIX linker (#76039)
[llvm-project.git] / clang-tools-extra / test / clang-change-namespace / Inputs / fake-std.h
blob24d3f977af32ed5525bd4a917a7bed45f02e5c14
1 namespace std {
2 class STD {};
5 using namespace std;