// file: tests/test/driver.cxx -*- C++ -*- #include #include // volume int main () { using namespace hello; say ("World"); say ("World", format::volume::loud); say_formatted ("Hi, World!"); }