summaryrefslogtreecommitdiff
path: root/tests/projects/swift/modulemap/src/module.modulemap
blob: 69c787ee27fd96323a16ce9b098ae88f581bb5cc (plain)
1
2
3
4
module hello {
    header "hello.h"
    export *
}