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 /* 10 Dummy executable, just to make sure that we can find the Boost Predef header 11 files. 12 */ 13 14 #include <boost/predef.h> 15 main()16int main() 17 { 18 return 0; 19 } 20