summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/build/test/prebuilt/ext/debug/a.h
blob: 2691a8b428cbad1ac9cc2c3a213022aa0f544d91 (plain)
1
2
3
4
5
6
7
8
9
10
//  Copyright (c) 2003 Vladimir Prus
//
//  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(dllimport)
#endif
void debug();