summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/install_with_false_default/src/foo.mpp
blob: 1945fd30007874652689e0daec163dae3a2224d8 (plain)
1
2
3
4
5
export module foo;

export namespace foo {
    void foo() {}
}