summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/cmake/test/boost_test/compile_fail.cpp
blob: 58d4181e6c78417f6c7e29032def6b259300d1dd (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 x;
}