main.cpp 350 B

12345678910111213141516171819
  1. /*
  2. Copyright Mike Dev 2018
  3. Copyright 2018 Rene Rivera
  4. Distributed under the Boost Software License, Version 1.0.
  5. See accompanying file LICENSE_1_0.txt or copy at
  6. http://www.boost.org/LICENSE_1_0.txt
  7. */
  8. /*
  9. Dummy executable, just to make sure that we can find the Boost Predef header
  10. files.
  11. */
  12. #include <boost/predef.h>
  13. int main()
  14. {
  15. return 0;
  16. }