#ifndef MACRO_HPP #define MACRO_HPP #include "common.hpp" std::shared_ptr assert_fail(Node const& node, Compiler& compiler, Program& program, SymTable& sym); #endif