diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index df85359..2b4cad8 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -71,3 +71,5 @@ compile errinfo_file_name_hpp_test.cpp ; compile errinfo_file_open_mode_hpp_test.cpp ; compile errinfo_nested_exception_hpp_test.cpp ; compile errinfo_type_info_name_hpp_test.cpp ; + +compile bug_11874_test.cpp ; diff --git a/test/bug_11874_test.cpp b/test/bug_11874_test.cpp new file mode 100644 index 0000000..3d8fd4a --- /dev/null +++ b/test/bug_11874_test.cpp @@ -0,0 +1,10 @@ +//Copyright (c) 2006-2017 Emil Dotchevski and Reverge Studios, Inc. + +//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 + +int main() +{ +}