summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CXXModules/examples/unity-build/importable.cxx
blob: 148b033aed9a41f9672b04db1461f17d89df5fd0 (plain)
1
2
3
4
5
6
7
8
9
10
module;

#include "unity.h"

export module importable;

export int from_import()
{
  return unity1() + unity2();
}