1// Copyright (C) 2006 Arkadiy Vertleyb
2// Use, modification and distribution is subject to the Boost Software
3// License, Version 1.0. (http://www.boost.org/LICENSE_1_0.txt)
4
5#include "test.hpp"
6
7BOOST_STATIC_ASSERT(boost::type_of::test<void()>::value);
8BOOST_STATIC_ASSERT(boost::type_of::test<double(bool)>::value);
9BOOST_STATIC_ASSERT(boost::type_of::test<void(...)>::value);
10BOOST_STATIC_ASSERT(boost::type_of::test<float(int, ...)>::value);
11

source code of boost/libs/typeof/test/function.cpp