コード例 #1
0
ファイル: 20.meta.rel.cpp プロジェクト: Flameeyes/stdcxx
static int run_test (int, char*[])
{
    test_is_same ();
    test_is_base_of ();
    test_is_convertible ();

    return 0;
}
コード例 #2
0
int main(void) {
	assert(R_Type_BytesAllocated == 0);
	test_set_get();
	test_append_bytes();
	test_int_float_string();
	test_getSubString();
	test_setHex();
	test_json_formatting();
	test_shift();
	test_trim();
	test_split();
	test_base64();
	test_puts();
	test_is_same();

	assert(R_Type_BytesAllocated == 0);
	printf("Pass\n");
}