diff options
Diffstat (limited to 'src/boost/libs/container_hash/test/link_test.cpp')
-rw-r--r-- | src/boost/libs/container_hash/test/link_test.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/boost/libs/container_hash/test/link_test.cpp b/src/boost/libs/container_hash/test/link_test.cpp new file mode 100644 index 00000000..4acc301b --- /dev/null +++ b/src/boost/libs/container_hash/test/link_test.cpp @@ -0,0 +1,11 @@ + +// Copyright 2005-2009 Daniel James. +// Distributed under the Boost Software License, Version 1.0. (See accompanying +// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + +#include "./config.hpp" + +#include <boost/container_hash/hash.hpp> + +extern int f(); +int main() { return f(); } |