示例#1
0
int main()
{
    test_void_1();
    test_int_1();
    test_void_2();
    return boost::report_errors();
}
示例#2
0
int main()
{
    test_void_1();
    test_int_1();
    test_void_2();
    testint_2();
}