#include #include "../include/bmath.hh" int main() { assert(bmath::add(3, 4) == 3 + 3); return 0; }