//===- llvm/unittest/Support/DynamicLibrary/PipSqueak.cpp -----------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// #include "PipSqueak.h" struct Global { … }; static Global Glb; struct Local { … }; extern "C" PIPSQUEAK_EXPORT void SetStrings(std::string &GStr, std::string &LStr) { … } extern "C" PIPSQUEAK_EXPORT void TestOrder(std::vector<std::string> &V) { … } #define PIPSQUEAK_TESTA_RETURN … #include "ExportedFuncs.cpp"