diff options
Diffstat (limited to 'src/boost/libs/histogram/test/odr_main_test.cpp')
-rw-r--r-- | src/boost/libs/histogram/test/odr_main_test.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/boost/libs/histogram/test/odr_main_test.cpp b/src/boost/libs/histogram/test/odr_main_test.cpp new file mode 100644 index 00000000..b074142a --- /dev/null +++ b/src/boost/libs/histogram/test/odr_main_test.cpp @@ -0,0 +1,10 @@ +// Copyright 2019 Henry Schreiner, Hans Dembinski +// +// 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 all headers again +#include "odr_test.cpp" + +int main() { return 0; } |