2
0
mirror of https://github.com/boostorg/tti.git synced 2026-01-26 07:02:14 +00:00
Files
tti/test/TestMFHasTypeCheckTypedef.cpp
Edward Diener bf0c0ecbae Tests and initial text files
[SVN r67094]
2010-12-08 01:58:39 +00:00

10 lines
143 B
C++

#include "TestMFHasTypeCheckTypedef.hpp"
#include <boost/detail/lightweight_test.hpp>
int main()
{
return boost::report_errors();
}