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 
main()8 int main()
9 {
10     return 0;
11 }
12