section_name_too_big.cpp 555 B

1234567891011121314151617
  1. // Copyright 2011-2012 Renato Tegon Forti
  2. // Copyright 2014 Renato Tegon Forti, Antony Polukhin.
  3. // Copyright 2015-2019 Antony Polukhin.
  4. //
  5. // Distributed under the Boost Software License, Version 1.0.
  6. // (See accompanying file LICENSE_1_0.txt
  7. // or copy at http://www.boost.org/LICENSE_1_0.txt)
  8. // For more information, see http://www.boost.org
  9. #define BOOST_DLL_FORCE_ALIAS_INSTANTIATION
  10. #include <boost/dll/config.hpp>
  11. #include <boost/dll/alias.hpp>
  12. int integer_g = 100;
  13. BOOST_DLL_ALIAS_SECTIONED(integer_g, integer_g_aliased, "long_section_name")