[Flang] remove whole-archive option for AIX linker (#76039)
[llvm-project.git] / clang / test / CXX / module / module.unit / p7 / Inputs / h1.h
blob098e5d60b918965ecab3cbcaecfde37bc19bbc57
1 extern "C" void foo();
2 extern "C" {
3 void bar();
4 int baz();
5 double double_func();
8 extern "C++" {
9 void bar_cpp();
10 int baz_cpp();
11 double double_func_cpp();