summaryrefslogtreecommitdiff
path: root/tests/projects/swift/modulemap/src/main.swift
blob: 0cc01509072c1605eefe51b32ba1bc98a85476c0 (plain)
1
2
3
4
5
import Foundation
import hello

hello.say1("hello1")
hello.say2("hello2")