This repository has been archived on 2024-03-07. You can view files and clone it, but cannot push or open issues/pull-requests.
zarn/libstd/macro.hpp

12 lines
292 B
C++
Raw Normal View History

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