2
0
mirror of https://github.com/boostorg/config.git synced 2026-02-16 13:22:13 +00:00
Files
config/test/link/main.cpp
2003-08-17 12:03:01 +00:00

15 lines
495 B
C++

// (C) Copyright John Maddock 2003. Permission to copy, use, modify, sell and
// distribute this software is granted provided this copyright notice appears
// in all copies. This software is provided "as is" without express or implied
// warranty, and with no claim as to its suitability for any purpose.
// See http://www.boost.org for the most recent version.
#include "link_test.hpp"
int main()
{
return check_options(dyn_link, dyn_rtl, has_threads, debug, stl_debug) ? 0 : -1;
}