summaryrefslogtreecommitdiff
path: root/tools/build/example/variant/libs/l.cpp
blob: 26cb4b1e6355c476fa0f2ee4b154534bedfec8f0 (plain)
1
2
3
4
5
6
7
8
9
// Copyright Vladimir Prus 2002-2004.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt
// or copy at http://www.boost.org/LICENSE_1_0.txt)

#ifdef _WIN32
__declspec(dllexport)
#endif
void l() {}