#ifndef CONSERVATIVE_ROOTS_TYPES_H #define CONSERVATIVE_ROOTS_TYPES_H struct handle { void *unused; }; struct gc_heap_roots { void *unused; }; struct gc_mutator_roots { void *unused; }; #endif // CONSERVATIVE_ROOTS_TYPES_H