summaryrefslogtreecommitdiff
path: root/libformat/tests/test/driver.cxx
blob: fb2939da61329b7de6f600db2c81741a32bedbbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// file: tests/test/driver.cxx -*- C++ -*-

#include <iostream>

#include <libformat/format.hxx>

int
main ()
{
  using namespace std;

  cout << format ("Hello", "World") << endl;
}