1 //===- llvm/unittest/Support/DynamicLibrary/ExportedFuncs.cpp -------------===// 2 // 3 // The LLVM Compiler Infrastructure 4 // 5 // This file is distributed under the University of Illinois Open Source 6 // License. See LICENSE.TXT for details. 7 // 8 //===----------------------------------------------------------------------===// 9 10 #include "PipSqueak.h" 11 12 #ifndef PIPSQUEAK_TESTA_RETURN 13 #define PIPSQUEAK_TESTA_RETURN "ProcessCall" 14 #endif 15 16 extern "C" PIPSQUEAK_EXPORT const char *TestA() { return PIPSQUEAK_TESTA_RETURN; } 17