summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/partitions_implunit/src/foo.cpp
blob: 85fcc3b63808100249431c03b087086ee0b3a7db (plain)
1
2
3
4
5
6
7
8
// Foo.cpp
module Foo;

// Impl is implictly imported here

void foo() {
    bar();
}