Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CodeGenCXX / Inputs / module-extern-C.h
bloba939826e639ee45370845b3db00cefebc85a3537
1 extern "C" void foo();
2 extern "C" {
3 void bar();
4 int baz();
5 double double_func();
7 extern "C++" class CPP;