int main()
{
    test_void_1();
    test_int_1();
    test_void_2();
    return boost::report_errors();
}
int main()
{
    test_void_1();
    test_int_1();
    test_void_2();
    testint_2();
}