summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/boost_install/test/headers/quick.cpp
blob: 28b35f179bdff0d3960188ca2a562eec1dfc3d81 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright 2019 Peter Dimov
// Distributed under the Boost Software License, Version 1.0
// http://www.boost.org/LICENSE_1_0.txt

#include <boost/core/lightweight_test.hpp>

int main()
{
    return boost::report_errors();
}