summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/cmake/test/boost_test/link_fail.cpp
blob: e271ced9cb677432bbf30c46602a95d2581c54eb (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright 2018 Peter Dimov
// 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

int f();

int main()
{
    return f();
}