summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/build/example/variant/libs/l.cpp
blob: be3254ca88b42a3999c83e27c18900b136a74e8f (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.txt
// or copy at https://www.bfgroup.xyz/b2/LICENSE.txt)

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