summaryrefslogtreecommitdiff
path: root/libmhello/libmhello/hello.mxx
blob: 56993b308b887905a60b2349392babd2314fc218 (plain)
1
2
3
4
5
6
7
8
9
10
11
// file: libmhello/hello.mxx -*- C++ -*-

export module hello;

import std.core;

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