aboutsummaryrefslogtreecommitdiff
path: root/examples/m4/libhello/test/driver.cxx
blob: 18090491ed20666bc8c1bb6f6a93902919b341e8 (plain)
1
2
3
4
5
6
7
8
9
10
#include <hello/hello.hxx>

#include "driver.hxx"

int
main ()
{
  hello h;
  h.say (msg);
}