aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hello/libhello/libhello/hello.hxx
blob: ecb9e843897d211fe84b6931e09d99f9bec18f14 (plain)
1
2
3
4
5
6
class hello
{
public:
  void
  say (char const* phrase);
};