test_12176.cpp 278 B

1234567891011
  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. #include <boost/chrono/chrono.hpp>
  6. int main()
  7. {
  8. return 0;
  9. }