summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/partitions_implunit/src/foo.mpp
blob: 65de99bed089b9feea4ef6d709194fb0d6b6617b (plain)
1
2
3
4
5
6
// Foo.mpp
export module Foo;

import :Impl; // can't export import Impl because Impl is a implementation partition unit

export void foo();