static void run_tests() { test_equal_simple(); test_equal_array(); test_equal_object(); test_equal_complex(); }
int main() { test_equal_simple(); test_equal_array(); test_equal_object(); test_equal_complex(); return 0; }