summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/staticlib2/src/bar.cpp
blob: 4d62c82be49be6bc61fbbe8b9728d65f98ff1c5e (plain)
1
2
3
4
5
6
7
module bar;

namespace bar {
int hello() {
    return 2;
}
} // namespace bar