#include import hello; import say; import foo; int main() { hello::say_hello(); say{}.hello(); std::cout << foo{}.hello() << std::endl; return 0; }