#ifndef TOBI_DC_H #define TOBI_DC_H #include "dg.h" #include "ir.h" char *tobi_dc_emit(const tobi_ir *root, const tobi_diag_list *diag); #endif