fakir/libstd/macro.hpp

13 lines
261 B
C++
Raw Normal View History

2023-09-20 19:21:51 +00:00
#ifndef fkstd_MACRO_HPP
#define fkstd_MACRO_HPP
#include "commons.hpp"
namespace fkstd
{
void assert_static_fail(Compiler& compiler,
std::shared_ptr<Node> node,
std::shared_ptr<Program> program);
}
#endif