link_test.cpp 302 B

1234567891011
  1. // Copyright 2005-2009 Daniel James.
  2. // Distributed under the Boost Software License, Version 1.0. (See accompanying
  3. // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  4. #include "./config.hpp"
  5. #include <boost/container_hash/hash.hpp>
  6. extern int f();
  7. int main() { return f(); }