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