1// Copyright 2016 Vicente J. Botet Escriba
2// Distributed under the Boost Software License, Version 1.0.
3// See http://www.boost.org/LICENSE_1_0.txt
4// See http://www.boost.org/libs/chrono for documentation.
5
6#include <boost/chrono/chrono.hpp>
7
8int main()
9{
10 return 0;
11}
12

source code of boost/libs/chrono/test/test_12176.cpp