/*<- Copyright (c) 2016 arett Adair Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) ->*/ #include #include "test.hpp" struct foo; template void test_case() { assert_same(); } int main() { test_case(); test_case(); test_case(); test_case(); test_case(); test_case(); //member data - function pointer test_case(); test_case(); }