summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/multiprecision/performance/performance_test_files/test01.cpp
blob: d9458bc762e1b067cb88b8e2383a1271a5436742 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
///////////////////////////////////////////////////////////////
//  Copyright 2019 John Maddock. Distributed under the Boost
//  Software License, Version 1.0. (See accompanying file
//  LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt

#include "../performance_test.hpp"

void test01()
{
#ifdef TEST_INT64
   test<boost::uint64_t>("boost::uint64_t", 64);
#endif
}