summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/cmake/test/boost_test/link.cpp
blob: d843d0c0a1bf44e246359b9d01b69a3b99bdbe23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// 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()
{
    return 0;
}

int main()
{
    return f();
}