mirror of
https://github.com/boostorg/tti.git
synced 2026-01-25 18:52:17 +00:00
10 lines
129 B
C++
10 lines
129 B
C++
#include "TestHasType.hpp"
|
|
#include <boost/detail/lightweight_test.hpp>
|
|
|
|
int main()
|
|
{
|
|
|
|
return boost::report_errors();
|
|
|
|
}
|