summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/cmake/test/boost_test/compile.cpp
blob: 07df2b88a8eea61983fe9c4e67d765c13f87393a (plain)
1
2
3
4
5
6
7
8
// 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;
}