summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/staticlib/src/mod.cpp
blob: 34e0d08722d379b15b706d994f3352852385f8af (plain)
1
2
3
4
5
6
7
module mod;

namespace mod {
int foo() {
    return 2;
}
} // namespace mod