#ifndef TEST_GC_H #define TEST_GC_H void test_int_alloc(void); void test_pair_alloc(void); void test_obj_count(void); void test_nested_pair(void); void test_unreachable(void); void test_auto_gc(void); #endif /* TEST_GC_H */