2
0
mirror of https://github.com/boostorg/config.git synced 2026-02-16 13:22:13 +00:00
Files
config/test/test.hpp

15 lines
126 B
C++

#ifndef BOOST_CONFIG_TEST_HPP
#define BOOST_CONFIG_TEST_HPP
namespace empty_boost{
int test()
{
return 0;
}
}
#endif