summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/partitions2/src/math_helpers.mpp
blob: a92cb5e4aea6c25245f447aa7d159f4af4a8a2ed (plain)
1
2
3
4
5
6
7
export module math:details;  // math:details implementation partition

double someHelperFunction(double a)
{
    // Implementation omitted...
    return 42;
}