#ifndef ANT_GC_REFS_H
#define ANT_GC_REFS_H

#include "types.h"

void gc_refs_shrink(ant_t *js);

#endif
