aboutsummaryrefslogtreecommitdiff
path: root/tests/common/libhello-1.0.0/libhello/hello.hxx
blob: 58bd7b2eb62b5e1d73b52374f51c0b5b05e27aae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// file: libhello/hello.hxx -*- C++ -*-

#pragma once

#include <string>

#include <libhello/export.hxx>

namespace hello
{
  LIBHELLO_EXPORT void
  say (const std::string& name);
}