#ifndef ZERO_C_PROGRAM_GRAPH_IMPORT_H
#define ZERO_C_PROGRAM_GRAPH_IMPORT_H

#include "program_graph.h"

bool z_program_graph_from_program(const SourceInput *input, const Program *program, ZProgramGraph *graph);

#endif
