#ifndef __TEST_HELLO_H__ #define __TEST_HELLO_H__ #include<iostream> #include<string> void sayHello(const std::string &s); #endif