// file: tests/test/driver.cxx -*- C++ -*- #include #include int main () { using namespace std; cout << format ("Hello", "World") << endl; }