#include "iue-other/func.hpp" #include // assert int main() { assert(iue::other::header_only(5) == 10); return 0; }