aboutsummaryrefslogtreecommitdiff
path: root/examples/m4/libhello/hello/hello.hxx.m4
blob: 1446096d6b626dac3f76b2948b8d26d5d00da16e (plain)
1
2
3
4
5
6
7
8
9
10
dnl
dnl There aren't any macro expansions; it's just an example.
dnl

class hello
{
public:
  void
  say (char const* phrase);
};