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

#pragma once

#include <string>

#include <hello/export>

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