// test.hpp #include // test.cpp #include "test.hpp" int main(){std::cout << "hello world" << std::endl;}