aboutsummaryrefslogtreecommitdiff
path: root/tests/repository/1/common/libhello-1.0.0/hello/hello
blob: 64c84b8cda61cf3915fb2471763dcd2d91f55b2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// file: hello/hello -*- C++ -*-

#ifndef HELLO_HELLO
#define HELLO_HELLO

namespace hello
{
  void
  say (const char* name);
}

#endif // HELLO_HELLO