#include "test.hpp" #include "../src/lib.hpp" auto main() -> int { "fib(0) = 0"_test = fib(5) == -2; }