summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/duplicate_name_detection/src/main.cpp
blob: 50ddf1fdd11d13937f72ac2395074b1819fd57a1 (plain)
1
2
3
4
5
import foo;

int main() {
    return value();
}