aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hello/libhello/test/driver.cxx
blob: ff25abd3e88bd7cfd874a5fea70b1526405b5d5f (plain)
1
2
3
4
5
6
7
8
#include "libhello/hello.hxx"

int
main ()
{
  hello h;
  h.say ("Hey, hey, hey!");
}