#ifndef FUN_HPP #define FUN_HPP #include "common.hpp" std::shared_ptr println(STDARGS args); std::shared_ptr assert_eq(STDARGS args); #endif